#CBE383

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

Shades of Sulu #CBE383

Tints of Sulu #CBE383

Color information

#CBE383 (or 0xCBE383) is unknown color: approx Sulu. HEX triplet: CB, E3 and 83. RGB value is (203,227,131). Sum of RGB (Red+Green+Blue) = 203+227+131=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE383 is #341C7C. Grayscale: #D1D1D1. Windows color (decimal): -3415165 or 8643531. OLE color: 8643531.

HSL color Cylindrical-coordinate representation of color #CBE383: hue angle of 75º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBE383 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB203227131-
CMYK0.1100.420.11
HSL75º63.16%70.2%-
HSV(B)75º42.29%89.02%-
XYZ56.1969.2731.88-
YUV208.8884.05123.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=36.19%
G=40.46%
B=23.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032271310.1100.420.117563.1670.2
HexCBE383B02AB4b3f46
Octal313343203130521311377106
Binary11001011111000111000001110110101010101110010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE383; }

 p { color: rgb(203,227,131); }

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

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

 a { background-color: rgb(203,227,131); }

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

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

 span { border-color: rgb(203,227,131); }

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