#CBE18F

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

Shades of Sulu #CBE18F

Tints of Sulu #CBE18F

Color information

#CBE18F (or 0xCBE18F) is unknown color: approx Sulu. HEX triplet: CB, E1 and 8F. RGB value is (203,225,143). Sum of RGB (Red+Green+Blue) = 203+225+143=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE18F is #341E70. Grayscale: #D1D1D1. Windows color (decimal): -3415665 or 9429451. OLE color: 9429451.

HSL color Cylindrical-coordinate representation of color #CBE18F: hue angle of 76.1º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE18F is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB203225143-
CMYK0.1000.360.12
HSL76.1º57.75%72.16%-
HSV(B)76.1º36.44%88.24%-
XYZ56.5168.5336.24-
YUV209.0790.71123.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=35.55%
G=39.40%
B=25.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251430.1000.360.1276.157.7572.16
HexCBE18FA024C4c3a48
Octal313341217120441411472110
Binary11001011111000011000111110100100100110010011001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE18F; }

 p { color: rgb(203,225,143); }

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

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

 a { background-color: rgb(203,225,143); }

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

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

 span { border-color: rgb(203,225,143); }

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