#CBE97D

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

Shades of Sulu #CBE97D

Tints of Sulu #CBE97D

Color information

#CBE97D (or 0xCBE97D) is unknown color: approx Sulu. HEX triplet: CB, E9 and 7D. RGB value is (203,233,125). Sum of RGB (Red+Green+Blue) = 203+233+125=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE97D is #341682. Grayscale: #D4D4D4. Windows color (decimal): -3413635 or 8251851. OLE color: 8251851.

HSL color Cylindrical-coordinate representation of color #CBE97D: hue angle of 76.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBE97D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB203233125-
CMYK0.1300.460.09
HSL76.67º71.05%70.2%-
HSV(B)76.67º46.35%91.37%-
XYZ57.4772.4630.36-
YUV211.7279.06121.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 233 (91.41% from 255) = 41.53%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=36.19%
G=41.53%
B=22.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331250.1300.460.0976.6771.0570.2
HexCBE97DD02E94d4746
Octal3133511751505611115107106
Binary11001011111010011111101110101011101001100110110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE97D; }

 p { color: rgb(203,233,125); }

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

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

 a { background-color: rgb(203,233,125); }

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

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

 span { border-color: rgb(203,233,125); }

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