Html Css Color HEX #C2EB28 Pear

📋 copy color: '#C2EB28'

red 194 ◦ green 235 ◦ blue 40

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

Shades of Pear #C2EB28

Tints of Pear #C2EB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.53%

R = 41.36%
G = 50.11%
B = 8.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#C2EB28 (or 0xC2EB28) is known color: Pear. HEX triplet: C2, EB and 28. RGB value is (194,235,40). Sum of RGB (Red+Green+Blue) = 194+235+40=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB28 is #3D14D7. Grayscale: #C9C9C9. Windows color (decimal): -4003032 or 2681794. OLE color: 2681794.

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

Color convert

RGB 194 235 40 -
CMYK 0.17 0 0.83 0.08
HSL 72.62º 0.83% 0.54% -
HSV(B) 72.62º 0.83% 0.92% -
XYZ 52.34 71.04 12.96 -
YUV 200.51 37.42 123.36 -
System Red Green Blue C M Y K H S L
Decimal 194 235 40 0.17 0 0.83 0.08 72.62 0.83 0.54
Hex C2 EB 28 11 0 53 8 49 53 36
Octal 302 353 50 21 0 123 10 111 123 66
Binary 11000010 11101011 101000 10001 0 1010011 1000 1001001 1010011 110110

Color Harmonies of #C2EB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB28

Black with #C2EB28

Text Example


Text Example

White with #C2EB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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