Html Css Color HEX #C5E25A Conifer

📋 copy color: '#C5E25A'

red 197 ◦ green 226 ◦ blue 90

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

Shades of Conifer #C5E25A

Tints of Conifer #C5E25A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.05%

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

R = 38.4%
G = 44.05%
B = 17.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#C5E25A (or 0xC5E25A) is known color: Conifer. HEX triplet: C5, E2 and 5A. RGB value is (197,226,90). Sum of RGB (Red+Green+Blue) = 197+226+90=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E25A is #3A1DA5. Grayscale: #CACACA. Windows color (decimal): -3808678 or 5956293. OLE color: 5956293.

HSL color Cylindrical-coordinate representation of color #C5E25A: hue angle of 72.79º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5E25A is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 226 90 -
CMYK 0.13 0 0.60 0.11
HSL 72.79º 0.7% 0.62% -
HSV(B) 72.79º 0.6% 0.89% -
XYZ 52.07 67 19.86 -
YUV 201.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 197 226 90 0.13 0 0.60 0.11 72.79 0.7 0.62
Hex C5 E2 5A D 0 3C B 49 46 3E
Octal 305 342 132 15 0 74 13 111 106 76
Binary 11000101 11100010 1011010 1101 0 111100 1011 1001001 1000110 111110

Color Harmonies of #C5E25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E25A

Black with #C5E25A

Text Example


Text Example

White with #C5E25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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