#CBF983

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

Shades of Sulu #CBF983

Tints of Sulu #CBF983

Color information

#CBF983 (or 0xCBF983) is unknown color: approx Sulu. HEX triplet: CB, F9 and 83. RGB value is (203,249,131). Sum of RGB (Red+Green+Blue) = 203+249+131=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF983 is #34067C. Grayscale: #DEDEDE. Windows color (decimal): -3409533 or 8649163. OLE color: 8649163.

HSL color Cylindrical-coordinate representation of color #CBF983: hue angle of 83.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBF983 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB203249131-
CMYK0.1800.470.02
HSL83.39º90.77%74.51%-
HSV(B)83.39º47.39%97.65%-
XYZ62.682.0934.02-
YUV221.7976.76114.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 131 (51.56% from 255) = 22.47%
R=34.82%
G=42.71%
B=22.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491310.1800.470.0283.3990.7774.51
HexCBF9831202F2535b4b
Octal313371203220572123133113
Binary11001011111110011000001110010010111110101001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF983; }

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

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

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

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

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

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

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

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