Html Css Color HEX #C6F41F Pear

📋 copy color: '#C6F41F'

red 198 ◦ green 244 ◦ blue 31

#C6F41F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #C6F41F

Tints of Pear #C6F41F

RGB

 RED value IS 198 (77.73% from 255) = 41.86%

 GREEN value IS 244 (95.7% from 255) = 51.59%

 BLUE value IS 31 (12.5% from 255) = 6.55%

R = 41.86%
G = 51.59%
B = 6.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6F41F (or 0xC6F41F) is known color: Pear. HEX triplet: C6, F4 and 1F. RGB value is (198,244,31). Sum of RGB (Red+Green+Blue) = 198+244+31=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F41F is #390BE0. Grayscale: #CECECE. Windows color (decimal): -3738593 or 2094278. OLE color: 2094278.

HSL color Cylindrical-coordinate representation of color #C6F41F: hue angle of 72.96º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6F41F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 244 31 -
CMYK 0.19 0 0.87 0.04
HSL 72.96º 0.91% 0.54% -
HSV(B) 72.96º 0.87% 0.96% -
XYZ 55.89 76.81 13.18 -
YUV 205.96 29.26 122.32 -
System Red Green Blue C M Y K H S L
Decimal 198 244 31 0.19 0 0.87 0.04 72.96 0.91 0.54
Hex C6 F4 1F 13 0 57 4 49 5B 36
Octal 306 364 37 23 0 127 4 111 133 66
Binary 11000110 11110100 11111 10011 0 1010111 100 1001001 1011011 110110

Color Harmonies of #C6F41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F41F

Black with #C6F41F

Text Example


Text Example

White with #C6F41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F41F; }

 p { color: rgb(198,244,31); }

 H1.HeaderClassName
 {
   color: #C6F41F;
 }
 .AnyTagClassName
 {
   color: #C6F41F;
 }
</style>

background-color css

<style>
 a { background-color: #C6F41F; }

 a { background-color: rgb(198,244,31); }

 div.DivClassName
 {
   background-color: #C6F41F;
 }
 .BgClassName
 {
   background-color: #C6F41F;
 }
</style>

border-color css

<style>
 span { border-color: #C6F41F; }

 span { border-color: rgb(198,244,31); }

 td.TdClassName
 {
   border-color: #C6F41F;
 }
 .TagClassName
 {
   border-color: #C6F41F;
 }
</style>