Html Css Color HEX #C2EB25 Pear

📋 copy color: '#C2EB25'

red 194 ◦ green 235 ◦ blue 37

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

Shades of Pear #C2EB25

Tints of Pear #C2EB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.43%

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

R = 41.63%
G = 50.43%
B = 7.94%

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

#C2EB25 (or 0xC2EB25) is known color: Pear. HEX triplet: C2, EB and 25. RGB value is (194,235,37). Sum of RGB (Red+Green+Blue) = 194+235+37=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB25 is #3D14DA. Grayscale: #C8C8C8. Windows color (decimal): -4003035 or 2485186. OLE color: 2485186.

HSL color Cylindrical-coordinate representation of color #C2EB25: hue angle of 72.42º degrees, saturation: 0.83, 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 #C2EB25 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 37 -
CMYK 0.17 0 0.84 0.08
HSL 72.42º 0.83% 0.53% -
HSV(B) 72.42º 0.84% 0.92% -
XYZ 52.29 71.02 12.7 -
YUV 200.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 194 235 37 0.17 0 0.84 0.08 72.42 0.83 0.53
Hex C2 EB 25 11 0 54 8 48 53 35
Octal 302 353 45 21 0 124 10 110 123 65
Binary 11000010 11101011 100101 10001 0 1010100 1000 1001000 1010011 110101

Color Harmonies of #C2EB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB25

Black with #C2EB25

Text Example


Text Example

White with #C2EB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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