#CBED3B

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

Shades of Pear #CBED3B

Tints of Pear #CBED3B

Color information

#CBED3B (or 0xCBED3B) is unknown color: approx Pear. HEX triplet: CB, ED and 3B. RGB value is (203,237,59). Sum of RGB (Red+Green+Blue) = 203+237+59=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED3B is #3412C4. Grayscale: #CFCFCF. Windows color (decimal): -3412677 or 3927499. OLE color: 3927499.

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

Color convert

RGB20323759-
CMYK0.1400.750.07
HSL71.46º83.18%58.04%-
HSV(B)71.46º75.11%92.94%-
XYZ55.773.5815.4-
YUV206.5444.74125.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 59 (23.44% from 255) = 11.82%
R=40.68%
G=47.49%
B=11.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203237590.1400.750.0771.4683.1858.04
HexCBED3BE04B747533a
Octal31335573160113710712372
Binary110010111110110111101111100100101111110001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBED3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBED3B; }

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

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

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

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

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

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

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

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