#CEF14B

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

Shades of Pear #CEF14B

Tints of Pear #CEF14B

Color information

#CEF14B (or 0xCEF14B) is unknown color: approx Pear. HEX triplet: CE, F1 and 4B. RGB value is (206,241,75). Sum of RGB (Red+Green+Blue) = 206+241+75=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF14B is #310EB4. Grayscale: #D4D4D4. Windows color (decimal): -3215029 or 4977102. OLE color: 4977102.

HSL color Cylindrical-coordinate representation of color #CEF14B: hue angle of 72.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF14B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB20624175-
CMYK0.1500.690.05
HSL72.65º85.57%61.96%-
HSV(B)72.65º68.88%94.51%-
XYZ58.1876.5418.36-
YUV211.6150.9124-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 75 (29.69% from 255) = 14.37%
R=39.46%
G=46.17%
B=14.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206241750.1500.690.0572.6585.5761.96
HexCEF14BF045549563e
Octal316361113170105511112676
Binary1100111011110001100101111110100010110110010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF14B; }

 p { color: rgb(206,241,75); }

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

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

 a { background-color: rgb(206,241,75); }

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

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

 span { border-color: rgb(206,241,75); }

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