Html Css Color HEX #C2E95A Conifer

📋 copy color: '#C2E95A'

red 194 ◦ green 233 ◦ blue 90

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

Shades of Conifer #C2E95A

Tints of Conifer #C2E95A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

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

R = 37.52%
G = 45.07%
B = 17.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#C2E95A (or 0xC2E95A) is known color: Conifer. HEX triplet: C2, E9 and 5A. RGB value is (194,233,90). Sum of RGB (Red+Green+Blue) = 194+233+90=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E95A is #3D16A5. Grayscale: #CDCDCD. Windows color (decimal): -4003494 or 5958082. OLE color: 5958082.

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

Color convert

RGB 194 233 90 -
CMYK 0.17 0 0.61 0.09
HSL 76.36º 0.76% 0.63% -
HSV(B) 76.36º 0.61% 0.91% -
XYZ 53.23 70.49 20.47 -
YUV 205.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 194 233 90 0.17 0 0.61 0.09 76.36 0.76 0.63
Hex C2 E9 5A 11 0 3D 9 4C 4C 3F
Octal 302 351 132 21 0 75 11 114 114 77
Binary 11000010 11101001 1011010 10001 0 111101 1001 1001100 1001100 111111

Color Harmonies of #C2E95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E95A

Black with #C2E95A

Text Example


Text Example

White with #C2E95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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