Html Css Color HEX #C4EB20 Pear

📋 copy color: '#C4EB20'

red 196 ◦ green 235 ◦ blue 32

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

Shades of Pear #C4EB20

Tints of Pear #C4EB20

RGB

 RED value IS 196 (76.95% from 255) = 42.33%

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

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 42.33%
G = 50.76%
B = 6.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#C4EB20 (or 0xC4EB20) is known color: Pear. HEX triplet: C4, EB and 20. RGB value is (196,235,32). Sum of RGB (Red+Green+Blue) = 196+235+32=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EB20 is #3B14DF. Grayscale: #C8C8C8. Windows color (decimal): -3871968 or 2157508. OLE color: 2157508.

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

Color convert

RGB 196 235 32 -
CMYK 0.17 0 0.86 0.08
HSL 71.53º 0.84% 0.52% -
HSV(B) 71.53º 0.86% 0.92% -
XYZ 52.73 71.26 12.34 -
YUV 200.2 33.08 125.01 -
System Red Green Blue C M Y K H S L
Decimal 196 235 32 0.17 0 0.86 0.08 71.53 0.84 0.52
Hex C4 EB 20 11 0 56 8 48 54 34
Octal 304 353 40 21 0 126 10 110 124 64
Binary 11000100 11101011 100000 10001 0 1010110 1000 1001000 1010100 110100

Color Harmonies of #C4EB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EB20

Black with #C4EB20

Text Example


Text Example

White with #C4EB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EB20; }

 p { color: rgb(196,235,32); }

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

background-color css

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

 a { background-color: rgb(196,235,32); }

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

border-color css

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

 span { border-color: rgb(196,235,32); }

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