Html Css Color HEX #C2EA24 Pear

📋 copy color: '#C2EA24'

red 194 ◦ green 234 ◦ blue 36

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

Shades of Pear #C2EA24

Tints of Pear #C2EA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.76%

R = 41.81%
G = 50.43%
B = 7.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#C2EA24 (or 0xC2EA24) is known color: Pear. HEX triplet: C2, EA and 24. RGB value is (194,234,36). Sum of RGB (Red+Green+Blue) = 194+234+36=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA24 is #3D15DB. Grayscale: #C8C8C8. Windows color (decimal): -4003292 or 2419394. OLE color: 2419394.

HSL color Cylindrical-coordinate representation of color #C2EA24: hue angle of 72.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2EA24 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 36 -
CMYK 0.17 0 0.85 0.08
HSL 72.12º 0.83% 0.53% -
HSV(B) 72.12º 0.85% 0.92% -
XYZ 51.99 70.44 12.53 -
YUV 199.47 35.75 124.1 -
System Red Green Blue C M Y K H S L
Decimal 194 234 36 0.17 0 0.85 0.08 72.12 0.83 0.53
Hex C2 EA 24 11 0 55 8 48 52 35
Octal 302 352 44 21 0 125 10 110 122 65
Binary 11000010 11101010 100100 10001 0 1010101 1000 1001000 1010010 110101

Color Harmonies of #C2EA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA24

Black with #C2EA24

Text Example


Text Example

White with #C2EA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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