Html Css Color HEX #C4F060 Conifer

📋 copy color: '#C4F060'

red 196 ◦ green 240 ◦ blue 96

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

Shades of Conifer #C4F060

Tints of Conifer #C4F060

RGB

 RED value IS 196 (76.95% from 255) = 36.84%

 GREEN value IS 240 (94.14% from 255) = 45.11%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 36.84%
G = 45.11%
B = 18.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#C4F060 (or 0xC4F060) is known color: Conifer. HEX triplet: C4, F0 and 60. RGB value is (196,240,96). Sum of RGB (Red+Green+Blue) = 196+240+96=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F060 is #3B0F9F. Grayscale: #D2D2D2. Windows color (decimal): -3870624 or 6353092. OLE color: 6353092.

HSL color Cylindrical-coordinate representation of color #C4F060: hue angle of 78.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4F060 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 96 -
CMYK 0.18 0 0.6 0.06
HSL 78.33º 0.83% 0.66% -
HSV(B) 78.33º 0.6% 0.94% -
XYZ 56.04 74.9 22.57 -
YUV 210.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 196 240 96 0.18 0 0.6 0.06 78.33 0.83 0.66
Hex C4 F0 60 12 0 3C 6 4E 53 42
Octal 304 360 140 22 0 74 6 116 123 102
Binary 11000100 11110000 1100000 10010 0 111100 110 1001110 1010011 1000010

Color Harmonies of #C4F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F060

Black with #C4F060

Text Example


Text Example

White with #C4F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F060; }

 p { color: rgb(196,240,96); }

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

background-color css

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

 a { background-color: rgb(196,240,96); }

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

border-color css

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

 span { border-color: rgb(196,240,96); }

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