Html Css Color HEX #C6E35F Conifer

📋 copy color: '#C6E35F'

red 198 ◦ green 227 ◦ blue 95

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

Shades of Conifer #C6E35F

Tints of Conifer #C6E35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.65%

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 38.08%
G = 43.65%
B = 18.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#C6E35F (or 0xC6E35F) is known color: Conifer. HEX triplet: C6, E3 and 5F. RGB value is (198,227,95). Sum of RGB (Red+Green+Blue) = 198+227+95=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E35F is #391CA0. Grayscale: #CBCBCB. Windows color (decimal): -3742881 or 6284230. OLE color: 6284230.

HSL color Cylindrical-coordinate representation of color #C6E35F: hue angle of 73.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6E35F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 227 95 -
CMYK 0.13 0 0.58 0.11
HSL 73.18º 0.7% 0.63% -
HSV(B) 73.18º 0.58% 0.89% -
XYZ 52.82 67.77 21.12 -
YUV 203.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 198 227 95 0.13 0 0.58 0.11 73.18 0.7 0.63
Hex C6 E3 5F D 0 3A B 49 46 3F
Octal 306 343 137 15 0 72 13 111 106 77
Binary 11000110 11100011 1011111 1101 0 111010 1011 1001001 1000110 111111

Color Harmonies of #C6E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E35F

Black with #C6E35F

Text Example


Text Example

White with #C6E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E35F; }

 p { color: rgb(198,227,95); }

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

background-color css

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

 a { background-color: rgb(198,227,95); }

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

border-color css

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

 span { border-color: rgb(198,227,95); }

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