#CEE73A

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

Shades of Pear #CEE73A

Tints of Pear #CEE73A

Color information

#CEE73A (or 0xCEE73A) is unknown color: approx Pear. HEX triplet: CE, E7 and 3A. RGB value is (206,231,58). Sum of RGB (Red+Green+Blue) = 206+231+58=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE73A is #3118C5. Grayscale: #CCCCCC. Windows color (decimal): -3217606 or 3860430. OLE color: 3860430.

HSL color Cylindrical-coordinate representation of color #CEE73A: hue angle of 68.67º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEE73A is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB20623158-
CMYK0.1100.750.09
HSL68.67º78.28%56.67%-
HSV(B)68.67º74.89%90.59%-
XYZ54.7970.5814.74-
YUV203.845.72129.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 231 (90.62% from 255) = 46.67%
BLUE value IS 58 (23.05% from 255) = 11.72%
R=41.62%
G=46.67%
B=11.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206231580.1100.750.0968.6778.2856.67
HexCEE73AB04B9454e39
Octal316347721301131110511671
Binary1100111011100111111010101101001011100110001011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE73A; }

 p { color: rgb(206,231,58); }

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

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

 a { background-color: rgb(206,231,58); }

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

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

 span { border-color: rgb(206,231,58); }

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