Html Css Color HEX #C2E25A Conifer

📋 copy color: '#C2E25A'

red 194 ◦ green 226 ◦ blue 90

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

Shades of Conifer #C2E25A

Tints of Conifer #C2E25A

RGB

 RED value IS 194 (76.17% from 255) = 38.04%

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

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

R = 38.04%
G = 44.31%
B = 17.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#C2E25A (or 0xC2E25A) is known color: Conifer. HEX triplet: C2, E2 and 5A. RGB value is (194,226,90). Sum of RGB (Red+Green+Blue) = 194+226+90=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E25A is #3D1DA5. Grayscale: #C9C9C9. Windows color (decimal): -4005286 or 5956290. OLE color: 5956290.

HSL color Cylindrical-coordinate representation of color #C2E25A: hue angle of 74.12º 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 #C2E25A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 226 90 -
CMYK 0.14 0 0.60 0.11
HSL 74.12º 0.7% 0.62% -
HSV(B) 74.12º 0.6% 0.89% -
XYZ 51.29 66.6 19.82 -
YUV 200.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 194 226 90 0.14 0 0.60 0.11 74.12 0.7 0.62
Hex C2 E2 5A E 0 3C B 4A 46 3E
Octal 302 342 132 16 0 74 13 112 106 76
Binary 11000010 11100010 1011010 1110 0 111100 1011 1001010 1000110 111110

Color Harmonies of #C2E25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E25A

Black with #C2E25A

Text Example


Text Example

White with #C2E25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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