Html Css Color HEX #C0FB50 Conifer

📋 copy color: '#C0FB50'

red 192 ◦ green 251 ◦ blue 80

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

Shades of Conifer #C0FB50

Tints of Conifer #C0FB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 36.71%
G = 47.99%
B = 15.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#C0FB50 (or 0xC0FB50) is known color: Conifer. HEX triplet: C0, FB and 50. RGB value is (192,251,80). Sum of RGB (Red+Green+Blue) = 192+251+80=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB50 is #3F04AF. Grayscale: #D6D6D6. Windows color (decimal): -4129968 or 5307328. OLE color: 5307328.

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

Color convert

RGB 192 251 80 -
CMYK 0.24 0 0.68 0.02
HSL 80.7º 0.96% 0.65% -
HSV(B) 80.7º 0.68% 0.98% -
XYZ 57.68 80.78 20.14 -
YUV 213.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 192 251 80 0.24 0 0.68 0.02 80.7 0.96 0.65
Hex C0 FB 50 18 0 44 2 51 60 41
Octal 300 373 120 30 0 104 2 121 140 101
Binary 11000000 11111011 1010000 11000 0 1000100 10 1010001 1100000 1000001

Color Harmonies of #C0FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB50

Black with #C0FB50

Text Example


Text Example

White with #C0FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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