Html Css Color HEX #C5EA5A Conifer

📋 copy color: '#C5EA5A'

red 197 ◦ green 234 ◦ blue 90

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

Shades of Conifer #C5EA5A

Tints of Conifer #C5EA5A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 90 (35.55% from 255) = 17.27%

R = 37.81%
G = 44.91%
B = 17.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#C5EA5A (or 0xC5EA5A) is known color: Conifer. HEX triplet: C5, EA and 5A. RGB value is (197,234,90). Sum of RGB (Red+Green+Blue) = 197+234+90=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA5A is #3A15A5. Grayscale: #CFCFCF. Windows color (decimal): -3806630 or 5958341. OLE color: 5958341.

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

Color convert

RGB 197 234 90 -
CMYK 0.16 0 0.62 0.08
HSL 75.42º 0.77% 0.64% -
HSV(B) 75.42º 0.62% 0.92% -
XYZ 54.29 71.45 20.6 -
YUV 206.52 62.24 121.21 -
System Red Green Blue C M Y K H S L
Decimal 197 234 90 0.16 0 0.62 0.08 75.42 0.77 0.64
Hex C5 EA 5A 10 0 3E 8 4B 4D 40
Octal 305 352 132 20 0 76 10 113 115 100
Binary 11000101 11101010 1011010 10000 0 111110 1000 1001011 1001101 1000000

Color Harmonies of #C5EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA5A

Black with #C5EA5A

Text Example


Text Example

White with #C5EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA5A; }

 p { color: rgb(197,234,90); }

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

background-color css

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

 a { background-color: rgb(197,234,90); }

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

border-color css

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

 span { border-color: rgb(197,234,90); }

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