#cbed3f

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

Shades of Pear #CBED3F

Tints of Pear #CBED3F

Color information

#CBED3F (or 0xCBED3F) is unknown color: approx Pear. HEX triplet: CB, ED and 3F. RGB value is (203,237,63). Sum of RGB (Red+Green+Blue) = 203+237+63=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED3F is #3412C0. Grayscale: #CFCFCF. Windows color (decimal): -3412673 or 4189643. OLE color: 4189643.

HSL color Cylindrical-coordinate representation of color #CBED3F: hue angle of 71.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBED3F is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB20323763-
CMYK0.1400.730.07
HSL71.72º82.86%58.82%-
HSV(B)71.72º73.42%92.94%-
XYZ55.8173.6215.97-
YUV20746.74125.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 63 (25% from 255) = 12.52%
R=40.36%
G=47.12%
B=12.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203237630.1400.730.0771.7282.8658.82
HexCBED3FE049748533b
Octal31335577160111711012373
Binary110010111110110111111111100100100111110010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbed3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbed3f; }

 p { color: rgb(203,237,63); }

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

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

 a { background-color: rgb(203,237,63); }

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

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

 span { border-color: rgb(203,237,63); }

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