#CCEF1E

Color #CCEF1E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CCEF1E

Tints of Pear #CCEF1E

Color information

#CCEF1E (or 0xCCEF1E) is unknown color: approx Pear. HEX triplet: CC, EF and 1E. RGB value is (204,239,30). Sum of RGB (Red+Green+Blue) = 204+239+30=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF1E is #3310E1. Grayscale: #CDCDCD. Windows color (decimal): -3346658 or 2027468. OLE color: 2027468.

HSL color Cylindrical-coordinate representation of color #CCEF1E: hue angle of 70.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCEF1E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20423930-
CMYK0.1500.870.06
HSL70.05º86.72%52.75%-
HSV(B)70.05º87.45%93.73%-
XYZ5674.6612.69-
YUV204.7129.4127.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 30 (12.11% from 255) = 6.34%
R=43.13%
G=50.53%
B=6.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204239300.1500.870.0670.0586.7252.75
HexCCEF1EF0576465735
Octal31435736170127610612765
Binary11001100111011111111011110101011111010001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF1E; }

 p { color: rgb(204,239,30); }

 H1.HeaderClassName
 {
   color: #CCEF1E;
 }
 .AnyTagClassName
 {
   color: #CCEF1E;
 }
</style>
background-color css

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

 a { background-color: rgb(204,239,30); }

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

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

 span { border-color: rgb(204,239,30); }

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