Html Css Color HEX #C0FA60 Conifer

📋 copy color: '#C0FA60'

red 192 ◦ green 250 ◦ blue 96

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

Shades of Conifer #C0FA60

Tints of Conifer #C0FA60

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.47%

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

R = 35.69%
G = 46.47%
B = 17.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C0FA60 (or 0xC0FA60) is known color: Conifer. HEX triplet: C0, FA and 60. RGB value is (192,250,96). Sum of RGB (Red+Green+Blue) = 192+250+96=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA60 is #3F059F. Grayscale: #D7D7D7. Windows color (decimal): -4130208 or 6355648. OLE color: 6355648.

HSL color Cylindrical-coordinate representation of color #C0FA60: hue angle of 82.6º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FA60 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 96 -
CMYK 0.23 0 0.62 0.02
HSL 82.6º 0.94% 0.68% -
HSV(B) 82.6º 0.62% 0.98% -
XYZ 58.04 80.42 23.53 -
YUV 215.1 60.78 111.52 -
System Red Green Blue C M Y K H S L
Decimal 192 250 96 0.23 0 0.62 0.02 82.6 0.94 0.68
Hex C0 FA 60 17 0 3E 2 53 5E 44
Octal 300 372 140 27 0 76 2 123 136 104
Binary 11000000 11111010 1100000 10111 0 111110 10 1010011 1011110 1000100

Color Harmonies of #C0FA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA60

Black with #C0FA60

Text Example


Text Example

White with #C0FA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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