Html Css Color HEX #CCE126 Pear

📋 copy color: '#CCE126'

red 204 ◦ green 225 ◦ blue 38

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

Shades of Pear #CCE126

Tints of Pear #CCE126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.14%

R = 43.68%
G = 48.18%
B = 8.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#CCE126 (or 0xCCE126) is known color: Pear. HEX triplet: CC, E1 and 26. RGB value is (204,225,38). Sum of RGB (Red+Green+Blue) = 204+225+38=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE126 is #331ED9. Grayscale: #C6C6C6. Windows color (decimal): -3350234 or 2548172. OLE color: 2548172.

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

Color convert

RGB 204 225 38 -
CMYK 0.09 0 0.83 0.12
HSL 66.74º 0.76% 0.52% -
HSV(B) 66.74º 0.83% 0.88% -
XYZ 52.18 66.83 11.98 -
YUV 197.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 204 225 38 0.09 0 0.83 0.12 66.74 0.76 0.52
Hex CC E1 26 9 0 53 C 43 4C 34
Octal 314 341 46 11 0 123 14 103 114 64
Binary 11001100 11100001 100110 1001 0 1010011 1100 1000011 1001100 110100

Color Harmonies of #CCE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE126

Black with #CCE126

Text Example


Text Example

White with #CCE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE126; }

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

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

background-color css

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

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

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

border-color css

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

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

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