Html Css Color HEX #C2EA5A Conifer

📋 copy color: '#C2EA5A'

red 194 ◦ green 234 ◦ blue 90

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

Shades of Conifer #C2EA5A

Tints of Conifer #C2EA5A

RGB

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

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

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

R = 37.45%
G = 45.17%
B = 17.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#C2EA5A (or 0xC2EA5A) is known color: Conifer. HEX triplet: C2, EA and 5A. RGB value is (194,234,90). Sum of RGB (Red+Green+Blue) = 194+234+90=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA5A is #3D15A5. Grayscale: #CECECE. Windows color (decimal): -4003238 or 5958338. OLE color: 5958338.

HSL color Cylindrical-coordinate representation of color #C2EA5A: hue angle of 76.67º 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 #C2EA5A is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 90 -
CMYK 0.17 0 0.62 0.08
HSL 76.67º 0.77% 0.64% -
HSV(B) 76.67º 0.62% 0.92% -
XYZ 53.52 71.05 20.57 -
YUV 205.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 194 234 90 0.17 0 0.62 0.08 76.67 0.77 0.64
Hex C2 EA 5A 11 0 3E 8 4D 4D 40
Octal 302 352 132 21 0 76 10 115 115 100
Binary 11000010 11101010 1011010 10001 0 111110 1000 1001101 1001101 1000000

Color Harmonies of #C2EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA5A

Black with #C2EA5A

Text Example


Text Example

White with #C2EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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