Html Css Color HEX #C2E85A Conifer

📋 copy color: '#C2E85A'

red 194 ◦ green 232 ◦ blue 90

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

Shades of Conifer #C2E85A

Tints of Conifer #C2E85A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.96%

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

R = 37.6%
G = 44.96%
B = 17.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#C2E85A (or 0xC2E85A) is known color: Conifer. HEX triplet: C2, E8 and 5A. RGB value is (194,232,90). Sum of RGB (Red+Green+Blue) = 194+232+90=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E85A is #3D17A5. Grayscale: #CCCCCC. Windows color (decimal): -4003750 or 5957826. OLE color: 5957826.

HSL color Cylindrical-coordinate representation of color #C2E85A: hue angle of 76.06º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2E85A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 232 90 -
CMYK 0.16 0 0.61 0.09
HSL 76.06º 0.76% 0.63% -
HSV(B) 76.06º 0.61% 0.91% -
XYZ 52.95 69.92 20.38 -
YUV 204.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 194 232 90 0.16 0 0.61 0.09 76.06 0.76 0.63
Hex C2 E8 5A 10 0 3D 9 4C 4C 3F
Octal 302 350 132 20 0 75 11 114 114 77
Binary 11000010 11101000 1011010 10000 0 111101 1001 1001100 1001100 111111

Color Harmonies of #C2E85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E85A

Black with #C2E85A

Text Example


Text Example

White with #C2E85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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