Html Css Color HEX #CCE525 Pear

📋 copy color: '#CCE525'

red 204 ◦ green 229 ◦ blue 37

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

Shades of Pear #CCE525

Tints of Pear #CCE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.72%

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

R = 43.4%
G = 48.72%
B = 7.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CCE525 (or 0xCCE525) is known color: Pear. HEX triplet: CC, E5 and 25. RGB value is (204,229,37). Sum of RGB (Red+Green+Blue) = 204+229+37=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE525 is #331ADA. Grayscale: #C8C8C8. Windows color (decimal): -3349211 or 2483660. OLE color: 2483660.

HSL color Cylindrical-coordinate representation of color #CCE525: hue angle of 67.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE525 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 37 -
CMYK 0.11 0 0.84 0.10
HSL 67.81º 0.79% 0.52% -
HSV(B) 67.81º 0.84% 0.9% -
XYZ 53.26 69.01 12.26 -
YUV 199.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 204 229 37 0.11 0 0.84 0.10 67.81 0.79 0.52
Hex CC E5 25 B 0 54 A 44 4F 34
Octal 314 345 45 13 0 124 12 104 117 64
Binary 11001100 11100101 100101 1011 0 1010100 1010 1000100 1001111 110100

Color Harmonies of #CCE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE525

Black with #CCE525

Text Example


Text Example

White with #CCE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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