Html Css Color HEX #C0F060 Conifer

📋 copy color: '#C0F060'

red 192 ◦ green 240 ◦ blue 96

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

Shades of Conifer #C0F060

Tints of Conifer #C0F060

RGB

 RED value IS 192 (75.39% from 255) = 36.36%

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

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

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#C0F060 (or 0xC0F060) is known color: Conifer. HEX triplet: C0, F0 and 60. RGB value is (192,240,96). Sum of RGB (Red+Green+Blue) = 192+240+96=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F060 is #3F0F9F. Grayscale: #D1D1D1. Windows color (decimal): -4132768 or 6353088. OLE color: 6353088.

HSL color Cylindrical-coordinate representation of color #C0F060: hue angle of 80º 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 #C0F060 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 96 -
CMYK 0.20 0 0.6 0.06
HSL 80º 0.83% 0.66% -
HSV(B) 80º 0.6% 0.94% -
XYZ 55.01 74.37 22.52 -
YUV 209.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 192 240 96 0.20 0 0.6 0.06 80 0.83 0.66
Hex C0 F0 60 14 0 3C 6 50 53 42
Octal 300 360 140 24 0 74 6 120 123 102
Binary 11000000 11110000 1100000 10100 0 111100 110 1010000 1010011 1000010

Color Harmonies of #C0F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F060

Black with #C0F060

Text Example


Text Example

White with #C0F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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