#CBE475

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

Shades of Sulu #CBE475

Tints of Sulu #CBE475

Color information

#CBE475 (or 0xCBE475) is unknown color: approx Sulu. HEX triplet: CB, E4 and 75. RGB value is (203,228,117). Sum of RGB (Red+Green+Blue) = 203+228+117=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE475 is #341B8A. Grayscale: #D0D0D0. Windows color (decimal): -3414923 or 7726283. OLE color: 7726283.

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

Color convert

RGB203228117-
CMYK0.1100.490.11
HSL73.51º67.27%67.65%-
HSV(B)73.51º48.68%89.41%-
XYZ55.5869.4727.31-
YUV207.8776.72124.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=37.04%
G=41.61%
B=21.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281170.1100.490.1173.5167.2767.65
HexCBE475B031B4a4344
Octal3133441651306113112103104
Binary11001011111001001110101101101100011011100101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE475; }

 p { color: rgb(203,228,117); }

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

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

 a { background-color: rgb(203,228,117); }

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

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

 span { border-color: rgb(203,228,117); }

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