Html Css Color HEX #CCE026 Pear

📋 copy color: '#CCE026'

red 204 ◦ green 224 ◦ blue 38

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

Shades of Pear #CCE026

Tints of Pear #CCE026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

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

R = 43.78%
G = 48.07%
B = 8.15%

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

#CCE026 (or 0xCCE026) is known color: Pear. HEX triplet: CC, E0 and 26. RGB value is (204,224,38). Sum of RGB (Red+Green+Blue) = 204+224+38=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE026 is #331FD9. Grayscale: #C5C5C5. Windows color (decimal): -3350490 or 2547916. OLE color: 2547916.

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

Color convert

RGB 204 224 38 -
CMYK 0.09 0 0.83 0.12
HSL 66.45º 0.75% 0.51% -
HSV(B) 66.45º 0.83% 0.88% -
XYZ 51.91 66.29 11.89 -
YUV 196.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 204 224 38 0.09 0 0.83 0.12 66.45 0.75 0.51
Hex CC E0 26 9 0 53 C 42 4B 33
Octal 314 340 46 11 0 123 14 102 113 63
Binary 11001100 11100000 100110 1001 0 1010011 1100 1000010 1001011 110011

Color Harmonies of #CCE026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE026

Black with #CCE026

Text Example


Text Example

White with #CCE026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE026; }

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

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

background-color css

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

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

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

border-color css

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

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

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