Html Css Color HEX #CCEC31 Pear

📋 copy color: '#CCEC31'

red 204 ◦ green 236 ◦ blue 49

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

Shades of Pear #CCEC31

Tints of Pear #CCEC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.02%

R = 41.72%
G = 48.26%
B = 10.02%

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

#CCEC31 (or 0xCCEC31) is known color: Pear. HEX triplet: CC, EC and 31. RGB value is (204,236,49). Sum of RGB (Red+Green+Blue) = 204+236+49=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC31 is #3313CE. Grayscale: #CDCDCD. Windows color (decimal): -3347407 or 3271884. OLE color: 3271884.

HSL color Cylindrical-coordinate representation of color #CCEC31: hue angle of 70.27º 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 #CCEC31 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 49 -
CMYK 0.14 0 0.79 0.07
HSL 70.27º 0.83% 0.56% -
HSV(B) 70.27º 0.79% 0.93% -
XYZ 55.45 73.05 14.08 -
YUV 205.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 204 236 49 0.14 0 0.79 0.07 70.27 0.83 0.56
Hex CC EC 31 E 0 4F 7 46 53 38
Octal 314 354 61 16 0 117 7 106 123 70
Binary 11001100 11101100 110001 1110 0 1001111 111 1000110 1010011 111000

Color Harmonies of #CCEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC31

Black with #CCEC31

Text Example


Text Example

White with #CCEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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