#CBE279

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

Shades of Sulu #CBE279

Tints of Sulu #CBE279

Color information

#CBE279 (or 0xCBE279) is unknown color: approx Sulu. HEX triplet: CB, E2 and 79. RGB value is (203,226,121). Sum of RGB (Red+Green+Blue) = 203+226+121=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE279 is #341D86. Grayscale: #CFCFCF. Windows color (decimal): -3415431 or 7987915. OLE color: 7987915.

HSL color Cylindrical-coordinate representation of color #CBE279: hue angle of 73.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBE279 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB203226121-
CMYK0.1000.460.11
HSL73.14º64.42%68.04%-
HSV(B)73.14º46.46%88.63%-
XYZ55.2868.4728.39-
YUV207.1579.38125.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 121 (47.66% from 255) = 22%
R=36.91%
G=41.09%
B=22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261210.1000.460.1173.1464.4268.04
HexCBE279A02EB494044
Octal3133421711205613111100104
Binary11001011111000101111001101001011101011100100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE279; }

 p { color: rgb(203,226,121); }

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

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

 a { background-color: rgb(203,226,121); }

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

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

 span { border-color: rgb(203,226,121); }

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