Html Css Color HEX #C2EA25 Pear

📋 copy color: '#C2EA25'

red 194 ◦ green 234 ◦ blue 37

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

Shades of Pear #C2EA25

Tints of Pear #C2EA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.96%

R = 41.72%
G = 50.32%
B = 7.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#C2EA25 (or 0xC2EA25) is known color: Pear. HEX triplet: C2, EA and 25. RGB value is (194,234,37). Sum of RGB (Red+Green+Blue) = 194+234+37=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA25 is #3D15DA. Grayscale: #C8C8C8. Windows color (decimal): -4003291 or 2484930. OLE color: 2484930.

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

Color convert

RGB 194 234 37 -
CMYK 0.17 0 0.84 0.08
HSL 72.18º 0.82% 0.53% -
HSV(B) 72.18º 0.84% 0.92% -
XYZ 52 70.45 12.61 -
YUV 199.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 194 234 37 0.17 0 0.84 0.08 72.18 0.82 0.53
Hex C2 EA 25 11 0 54 8 48 52 35
Octal 302 352 45 21 0 124 10 110 122 65
Binary 11000010 11101010 100101 10001 0 1010100 1000 1001000 1010010 110101

Color Harmonies of #C2EA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA25

Black with #C2EA25

Text Example


Text Example

White with #C2EA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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