#D6FB83

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

Shades of Sulu #D6FB83

Tints of Sulu #D6FB83

Color information

#D6FB83 (or 0xD6FB83) is unknown color: approx Sulu. HEX triplet: D6, FB and 83. RGB value is (214,251,131). Sum of RGB (Red+Green+Blue) = 214+251+131=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB83 is #29047C. Grayscale: #E2E2E2. Windows color (decimal): -2688125 or 8649686. OLE color: 8649686.

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

Color convert

RGB214251131-
CMYK0.1500.480.02
HSL78.5º93.75%74.9%-
HSV(B)78.5º47.81%98.43%-
XYZ66.3384.9334.37-
YUV226.2674.24119.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 131 (51.56% from 255) = 21.98%
R=35.91%
G=42.11%
B=21.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142511310.1500.480.0278.593.7574.9
HexD6FB83F03024e5e4b
Octal326373203170602116136113
Binary1101011011111011100000111111011000010100111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB83; }

 p { color: rgb(214,251,131); }

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

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

 a { background-color: rgb(214,251,131); }

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

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

 span { border-color: rgb(214,251,131); }

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