#CBEF1E

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

Shades of Pear #CBEF1E

Tints of Pear #CBEF1E

Color information

#CBEF1E (or 0xCBEF1E) is unknown color: approx Pear. HEX triplet: CB, EF and 1E. RGB value is (203,239,30). Sum of RGB (Red+Green+Blue) = 203+239+30=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF1E is #3410E1. Grayscale: #CDCDCD. Windows color (decimal): -3412194 or 2027467. OLE color: 2027467.

HSL color Cylindrical-coordinate representation of color #CBEF1E: hue angle of 70.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBEF1E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20323930-
CMYK0.1500.870.06
HSL70.33º86.72%52.75%-
HSV(B)70.33º87.45%93.73%-
XYZ55.7374.5212.68-
YUV204.4129.57126.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 239 (93.75% from 255) = 50.64%
BLUE value IS 30 (12.11% from 255) = 6.36%
R=43.01%
G=50.64%
B=6.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203239300.1500.870.0670.3386.7252.75
HexCBEF1EF0576465735
Octal31335736170127610612765
Binary11001011111011111111011110101011111010001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF1E; }

 p { color: rgb(203,239,30); }

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

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

 a { background-color: rgb(203,239,30); }

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

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

 span { border-color: rgb(203,239,30); }

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