Html Css Color HEX #C2E94A Conifer

📋 copy color: '#C2E94A'

red 194 ◦ green 233 ◦ blue 74

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

Shades of Conifer #C2E94A

Tints of Conifer #C2E94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 38.72%
G = 46.51%
B = 14.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#C2E94A (or 0xC2E94A) is known color: Conifer. HEX triplet: C2, E9 and 4A. RGB value is (194,233,74). Sum of RGB (Red+Green+Blue) = 194+233+74=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E94A is #3D16B5. Grayscale: #CBCBCB. Windows color (decimal): -4003510 or 4909506. OLE color: 4909506.

HSL color Cylindrical-coordinate representation of color #C2E94A: hue angle of 74.72º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2E94A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 74 -
CMYK 0.17 0 0.68 0.09
HSL 74.72º 0.78% 0.6% -
HSV(B) 74.72º 0.68% 0.91% -
XYZ 52.62 70.24 17.26 -
YUV 203.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 194 233 74 0.17 0 0.68 0.09 74.72 0.78 0.6
Hex C2 E9 4A 11 0 44 9 4B 4E 3C
Octal 302 351 112 21 0 104 11 113 116 74
Binary 11000010 11101001 1001010 10001 0 1000100 1001 1001011 1001110 111100

Color Harmonies of #C2E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E94A

Black with #C2E94A

Text Example


Text Example

White with #C2E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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