Html Css Color HEX #CCE135 Pear

📋 copy color: '#CCE135'

red 204 ◦ green 225 ◦ blue 53

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

Shades of Pear #CCE135

Tints of Pear #CCE135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 53 (21.09% from 255) = 11%

R = 42.32%
G = 46.68%
B = 11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#CCE135 (or 0xCCE135) is known color: Pear. HEX triplet: CC, E1 and 35. RGB value is (204,225,53). Sum of RGB (Red+Green+Blue) = 204+225+53=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE135 is #331ECA. Grayscale: #C7C7C7. Windows color (decimal): -3350219 or 3531212. OLE color: 3531212.

HSL color Cylindrical-coordinate representation of color #CCE135: hue angle of 67.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCE135 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 53 -
CMYK 0.09 0 0.76 0.12
HSL 67.33º 0.74% 0.55% -
HSV(B) 67.33º 0.76% 0.88% -
XYZ 52.47 66.94 13.52 -
YUV 199.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 204 225 53 0.09 0 0.76 0.12 67.33 0.74 0.55
Hex CC E1 35 9 0 4C C 43 4A 37
Octal 314 341 65 11 0 114 14 103 112 67
Binary 11001100 11100001 110101 1001 0 1001100 1100 1000011 1001010 110111

Color Harmonies of #CCE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE135

Black with #CCE135

Text Example


Text Example

White with #CCE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE135; }

 p { color: rgb(204,225,53); }

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

background-color css

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

 a { background-color: rgb(204,225,53); }

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

border-color css

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

 span { border-color: rgb(204,225,53); }

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