Html Css Color HEX #C8E050 Conifer

📋 copy color: '#C8E050'

red 200 ◦ green 224 ◦ blue 80

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

Shades of Conifer #C8E050

Tints of Conifer #C8E050

RGB

 RED value IS 200 (78.52% from 255) = 39.68%

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 39.68%
G = 44.44%
B = 15.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#C8E050 (or 0xC8E050) is known color: Conifer. HEX triplet: C8, E0 and 50. RGB value is (200,224,80). Sum of RGB (Red+Green+Blue) = 200+224+80=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E050 is #371FAF. Grayscale: #C8C8C8. Windows color (decimal): -3612592 or 5300424. OLE color: 5300424.

HSL color Cylindrical-coordinate representation of color #C8E050: hue angle of 70º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8E050 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 224 80 -
CMYK 0.11 0 0.64 0.12
HSL 70º 0.7% 0.6% -
HSV(B) 70º 0.64% 0.88% -
XYZ 51.92 66.17 17.62 -
YUV 200.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 200 224 80 0.11 0 0.64 0.12 70 0.7 0.6
Hex C8 E0 50 B 0 40 C 46 46 3C
Octal 310 340 120 13 0 100 14 106 106 74
Binary 11001000 11100000 1010000 1011 0 1000000 1100 1000110 1000110 111100

Color Harmonies of #C8E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E050

Black with #C8E050

Text Example


Text Example

White with #C8E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E050; }

 p { color: rgb(200,224,80); }

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

background-color css

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

 a { background-color: rgb(200,224,80); }

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

border-color css

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

 span { border-color: rgb(200,224,80); }

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