#cee31f

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

Shades of Pear #CEE31F

Tints of Pear #CEE31F

Color information

#CEE31F (or 0xCEE31F) is unknown color: approx Pear. HEX triplet: CE, E3 and 1F. RGB value is (206,227,31). Sum of RGB (Red+Green+Blue) = 206+227+31=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE31F is #311CE0. Grayscale: #C7C7C7. Windows color (decimal): -3218657 or 2089934. OLE color: 2089934.

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

Color convert

RGB20622731-
CMYK0.0900.860.11
HSL66.43º77.78%50.59%-
HSV(B)66.43º86.34%89.02%-
XYZ53.1768.1611.65-
YUV198.3833.54133.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 227 (89.06% from 255) = 48.92%
BLUE value IS 31 (12.5% from 255) = 6.68%
R=44.40%
G=48.92%
B=6.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206227310.0900.860.1166.4377.7850.59
HexCEE31F9056B424e33
Octal316343371101261310211663
Binary110011101110001111111100101010110101110000101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cee31f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cee31f; }

 p { color: rgb(206,227,31); }

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

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

 a { background-color: rgb(206,227,31); }

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

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

 span { border-color: rgb(206,227,31); }

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