Html Css Color HEX #CCEC25 Pear

📋 copy color: '#CCEC25'

red 204 ◦ green 236 ◦ blue 37

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

Shades of Pear #CCEC25

Tints of Pear #CCEC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.76%

R = 42.77%
G = 49.48%
B = 7.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#CCEC25 (or 0xCCEC25) is known color: Pear. HEX triplet: CC, EC and 25. RGB value is (204,236,37). Sum of RGB (Red+Green+Blue) = 204+236+37=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC25 is #3313DA. Grayscale: #CCCCCC. Windows color (decimal): -3347419 or 2485452. OLE color: 2485452.

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

Color convert

RGB 204 236 37 -
CMYK 0.14 0 0.84 0.07
HSL 69.65º 0.84% 0.54% -
HSV(B) 69.65º 0.84% 0.93% -
XYZ 55.23 72.96 12.92 -
YUV 203.75 33.9 128.18 -
System Red Green Blue C M Y K H S L
Decimal 204 236 37 0.14 0 0.84 0.07 69.65 0.84 0.54
Hex CC EC 25 E 0 54 7 46 54 36
Octal 314 354 45 16 0 124 7 106 124 66
Binary 11001100 11101100 100101 1110 0 1010100 111 1000110 1010100 110110

Color Harmonies of #CCEC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC25

Black with #CCEC25

Text Example


Text Example

White with #CCEC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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