Html Css Color HEX #CCEB20 Pear

📋 copy color: '#CCEB20'

red 204 ◦ green 235 ◦ blue 32

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

Shades of Pear #CCEB20

Tints of Pear #CCEB20

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

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

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

R = 43.31%
G = 49.89%
B = 6.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#CCEB20 (or 0xCCEB20) is known color: Pear. HEX triplet: CC, EB and 20. RGB value is (204,235,32). Sum of RGB (Red+Green+Blue) = 204+235+32=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB20 is #3314DF. Grayscale: #CBCBCB. Windows color (decimal): -3347680 or 2157516. OLE color: 2157516.

HSL color Cylindrical-coordinate representation of color #CCEB20: hue angle of 69.16º 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 #CCEB20 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 32 -
CMYK 0.13 0 0.86 0.08
HSL 69.16º 0.84% 0.52% -
HSV(B) 69.16º 0.86% 0.92% -
XYZ 54.87 72.36 12.44 -
YUV 202.59 31.73 129.01 -
System Red Green Blue C M Y K H S L
Decimal 204 235 32 0.13 0 0.86 0.08 69.16 0.84 0.52
Hex CC EB 20 D 0 56 8 45 54 34
Octal 314 353 40 15 0 126 10 105 124 64
Binary 11001100 11101011 100000 1101 0 1010110 1000 1000101 1010100 110100

Color Harmonies of #CCEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB20

Black with #CCEB20

Text Example


Text Example

White with #CCEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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