Html Css Color HEX #CCEC32 Pear

📋 copy color: '#CCEC32'

red 204 ◦ green 236 ◦ blue 50

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

Shades of Pear #CCEC32

Tints of Pear #CCEC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 41.63%
G = 48.16%
B = 10.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#CCEC32 (or 0xCCEC32) is known color: Pear. HEX triplet: CC, EC and 32. RGB value is (204,236,50). Sum of RGB (Red+Green+Blue) = 204+236+50=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC32 is #3313CD. Grayscale: #CDCDCD. Windows color (decimal): -3347406 or 3337420. OLE color: 3337420.

HSL color Cylindrical-coordinate representation of color #CCEC32: hue angle of 70.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCEC32 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 50 -
CMYK 0.14 0 0.79 0.07
HSL 70.32º 0.83% 0.56% -
HSV(B) 70.32º 0.79% 0.93% -
XYZ 55.47 73.06 14.2 -
YUV 205.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 204 236 50 0.14 0 0.79 0.07 70.32 0.83 0.56
Hex CC EC 32 E 0 4F 7 46 53 38
Octal 314 354 62 16 0 117 7 106 123 70
Binary 11001100 11101100 110010 1110 0 1001111 111 1000110 1010011 111000

Color Harmonies of #CCEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC32

Black with #CCEC32

Text Example


Text Example

White with #CCEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC32; }

 p { color: rgb(204,236,50); }

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

background-color css

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

 a { background-color: rgb(204,236,50); }

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

border-color css

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

 span { border-color: rgb(204,236,50); }

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