Html Css Color HEX #C0FB55 Conifer

📋 copy color: '#C0FB55'

red 192 ◦ green 251 ◦ blue 85

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

Shades of Conifer #C0FB55

Tints of Conifer #C0FB55

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.54%

 BLUE value IS 85 (33.59% from 255) = 16.1%

R = 36.36%
G = 47.54%
B = 16.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#C0FB55 (or 0xC0FB55) is known color: Conifer. HEX triplet: C0, FB and 55. RGB value is (192,251,85). Sum of RGB (Red+Green+Blue) = 192+251+85=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB55 is #3F04AA. Grayscale: #D7D7D7. Windows color (decimal): -4129963 or 5635008. OLE color: 5635008.

HSL color Cylindrical-coordinate representation of color #C0FB55: hue angle of 81.33º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0FB55 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 251 85 -
CMYK 0.24 0 0.66 0.02
HSL 81.33º 0.95% 0.66% -
HSV(B) 81.33º 0.66% 0.98% -
XYZ 57.88 80.86 21.15 -
YUV 214.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 192 251 85 0.24 0 0.66 0.02 81.33 0.95 0.66
Hex C0 FB 55 18 0 42 2 51 5F 42
Octal 300 373 125 30 0 102 2 121 137 102
Binary 11000000 11111011 1010101 11000 0 1000010 10 1010001 1011111 1000010

Color Harmonies of #C0FB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB55

Black with #C0FB55

Text Example


Text Example

White with #C0FB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB55; }

 p { color: rgb(192,251,85); }

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

background-color css

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

 a { background-color: rgb(192,251,85); }

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

border-color css

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

 span { border-color: rgb(192,251,85); }

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