Html Css Color HEX #CCEA31 Pear

📋 copy color: '#CCEA31'

red 204 ◦ green 234 ◦ blue 49

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

Shades of Pear #CCEA31

Tints of Pear #CCEA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

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

R = 41.89%
G = 48.05%
B = 10.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#CCEA31 (or 0xCCEA31) is known color: Pear. HEX triplet: CC, EA and 31. RGB value is (204,234,49). Sum of RGB (Red+Green+Blue) = 204+234+49=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA31 is #3315CE. Grayscale: #CCCCCC. Windows color (decimal): -3347919 or 3271372. OLE color: 3271372.

HSL color Cylindrical-coordinate representation of color #CCEA31: hue angle of 69.73º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCEA31 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 49 -
CMYK 0.13 0 0.79 0.08
HSL 69.73º 0.81% 0.55% -
HSV(B) 69.73º 0.79% 0.92% -
XYZ 54.88 71.9 13.89 -
YUV 203.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 204 234 49 0.13 0 0.79 0.08 69.73 0.81 0.55
Hex CC EA 31 D 0 4F 8 46 51 37
Octal 314 352 61 15 0 117 10 106 121 67
Binary 11001100 11101010 110001 1101 0 1001111 1000 1000110 1010001 110111

Color Harmonies of #CCEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA31

Black with #CCEA31

Text Example


Text Example

White with #CCEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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