Html Css Color HEX #CCE125 Pear

📋 copy color: '#CCE125'

red 204 ◦ green 225 ◦ blue 37

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

Shades of Pear #CCE125

Tints of Pear #CCE125

RGB

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

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

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

R = 43.78%
G = 48.28%
B = 7.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CCE125 (or 0xCCE125) is known color: Pear. HEX triplet: CC, E1 and 25. RGB value is (204,225,37). Sum of RGB (Red+Green+Blue) = 204+225+37=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE125 is #331EDA. Grayscale: #C6C6C6. Windows color (decimal): -3350235 or 2482636. OLE color: 2482636.

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

Color convert

RGB 204 225 37 -
CMYK 0.09 0 0.84 0.12
HSL 66.7º 0.76% 0.51% -
HSV(B) 66.7º 0.84% 0.88% -
XYZ 52.16 66.82 11.9 -
YUV 197.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 204 225 37 0.09 0 0.84 0.12 66.7 0.76 0.51
Hex CC E1 25 9 0 54 C 43 4C 33
Octal 314 341 45 11 0 124 14 103 114 63
Binary 11001100 11100001 100101 1001 0 1010100 1100 1000011 1001100 110011

Color Harmonies of #CCE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE125

Black with #CCE125

Text Example


Text Example

White with #CCE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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