Html Css Color HEX #C5EB50 Conifer

📋 copy color: '#C5EB50'

red 197 ◦ green 235 ◦ blue 80

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

Shades of Conifer #C5EB50

Tints of Conifer #C5EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

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

R = 38.48%
G = 45.9%
B = 15.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#C5EB50 (or 0xC5EB50) is known color: Conifer. HEX triplet: C5, EB and 50. RGB value is (197,235,80). Sum of RGB (Red+Green+Blue) = 197+235+80=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EB50 is #3A14AF. Grayscale: #CECECE. Windows color (decimal): -3806384 or 5303237. OLE color: 5303237.

HSL color Cylindrical-coordinate representation of color #C5EB50: hue angle of 74.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5EB50 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 80 -
CMYK 0.16 0 0.66 0.08
HSL 74.71º 0.79% 0.62% -
HSV(B) 74.71º 0.66% 0.92% -
XYZ 54.18 71.87 18.61 -
YUV 205.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 197 235 80 0.16 0 0.66 0.08 74.71 0.79 0.62
Hex C5 EB 50 10 0 42 8 4B 4F 3E
Octal 305 353 120 20 0 102 10 113 117 76
Binary 11000101 11101011 1010000 10000 0 1000010 1000 1001011 1001111 111110

Color Harmonies of #C5EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EB50

Black with #C5EB50

Text Example


Text Example

White with #C5EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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