Html Css Color HEX #CCE225 Pear

📋 copy color: '#CCE225'

red 204 ◦ green 226 ◦ blue 37

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

Shades of Pear #CCE225

Tints of Pear #CCE225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

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

R = 43.68%
G = 48.39%
B = 7.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#CCE225 (or 0xCCE225) is known color: Pear. HEX triplet: CC, E2 and 25. RGB value is (204,226,37). Sum of RGB (Red+Green+Blue) = 204+226+37=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE225 is #331DDA. Grayscale: #C6C6C6. Windows color (decimal): -3349979 or 2482892. OLE color: 2482892.

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

Color convert

RGB 204 226 37 -
CMYK 0.10 0 0.84 0.11
HSL 66.98º 0.77% 0.52% -
HSV(B) 66.98º 0.84% 0.89% -
XYZ 52.43 67.36 11.99 -
YUV 197.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 204 226 37 0.10 0 0.84 0.11 66.98 0.77 0.52
Hex CC E2 25 A 0 54 B 43 4D 34
Octal 314 342 45 12 0 124 13 103 115 64
Binary 11001100 11100010 100101 1010 0 1010100 1011 1000011 1001101 110100

Color Harmonies of #CCE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE225

Black with #CCE225

Text Example


Text Example

White with #CCE225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE225; }

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

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

background-color css

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

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

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

border-color css

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

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

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