Html Css Color HEX #C5E050 Conifer

📋 copy color: '#C5E050'

red 197 ◦ green 224 ◦ blue 80

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

Shades of Conifer #C5E050

Tints of Conifer #C5E050

RGB

 RED value IS 197 (77.34% from 255) = 39.32%

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

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

R = 39.32%
G = 44.71%
B = 15.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#C5E050 (or 0xC5E050) is known color: Conifer. HEX triplet: C5, E0 and 50. RGB value is (197,224,80). Sum of RGB (Red+Green+Blue) = 197+224+80=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E050 is #3A1FAF. Grayscale: #C8C8C8. Windows color (decimal): -3809200 or 5300421. OLE color: 5300421.

HSL color Cylindrical-coordinate representation of color #C5E050: hue angle of 71.25º 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 #C5E050 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 80 -
CMYK 0.12 0 0.64 0.12
HSL 71.25º 0.7% 0.6% -
HSV(B) 71.25º 0.64% 0.88% -
XYZ 51.13 65.76 17.59 -
YUV 199.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 197 224 80 0.12 0 0.64 0.12 71.25 0.7 0.6
Hex C5 E0 50 C 0 40 C 47 46 3C
Octal 305 340 120 14 0 100 14 107 106 74
Binary 11000101 11100000 1010000 1100 0 1000000 1100 1000111 1000110 111100

Color Harmonies of #C5E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E050

Black with #C5E050

Text Example


Text Example

White with #C5E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E050; }

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

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

background-color css

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

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

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

border-color css

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

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

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