#CBE680

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

Shades of Sulu #CBE680

Tints of Sulu #CBE680

Color information

#CBE680 (or 0xCBE680) is unknown color: approx Sulu. HEX triplet: CB, E6 and 80. RGB value is (203,230,128). Sum of RGB (Red+Green+Blue) = 203+230+128=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE680 is #34197F. Grayscale: #D2D2D2. Windows color (decimal): -3414400 or 8447691. OLE color: 8447691.

HSL color Cylindrical-coordinate representation of color #CBE680: hue angle of 75.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE680 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB203230128-
CMYK0.1200.440.10
HSL75.88º67.11%70.2%-
HSV(B)75.88º44.35%90.2%-
XYZ56.8270.8531.1-
YUV210.381.55122.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=36.19%
G=41.00%
B=22.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301280.1200.440.1075.8867.1170.2
HexCBE680C02CA4c4346
Octal3133462001405412114103106
Binary110010111110011010000000110001011001010100110010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE680; }

 p { color: rgb(203,230,128); }

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

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

 a { background-color: rgb(203,230,128); }

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

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

 span { border-color: rgb(203,230,128); }

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