#CBF383

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

Shades of Sulu #CBF383

Tints of Sulu #CBF383

Color information

#CBF383 (or 0xCBF383) is unknown color: approx Sulu. HEX triplet: CB, F3 and 83. RGB value is (203,243,131). Sum of RGB (Red+Green+Blue) = 203+243+131=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF383 is #340C7C. Grayscale: #DADADA. Windows color (decimal): -3411069 or 8647627. OLE color: 8647627.

HSL color Cylindrical-coordinate representation of color #CBF383: hue angle of 81.43º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF383 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB203243131-
CMYK0.1600.460.05
HSL81.43º82.35%73.33%-
HSV(B)81.43º46.09%95.29%-
XYZ60.7878.4433.41-
YUV218.2778.75117.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 243 (95.31% from 255) = 42.11%
BLUE value IS 131 (51.56% from 255) = 22.70%
R=35.18%
G=42.11%
B=22.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431310.1600.460.0581.4382.3573.33
HexCBF3831002E5515249
Octal313363203200565121122111
Binary110010111111001110000011100000101110101101000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF383; }

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

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

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

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

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

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

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

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