#D4FB83

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

Shades of Sulu #D4FB83

Tints of Sulu #D4FB83

Color information

#D4FB83 (or 0xD4FB83) is unknown color: approx Sulu. HEX triplet: D4, FB and 83. RGB value is (212,251,131). Sum of RGB (Red+Green+Blue) = 212+251+131=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB83 is #2B047C. Grayscale: #E2E2E2. Windows color (decimal): -2819197 or 8649684. OLE color: 8649684.

HSL color Cylindrical-coordinate representation of color #D4FB83: hue angle of 79.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 #D4FB83 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB212251131-
CMYK0.1600.480.02
HSL79.5º93.75%74.9%-
HSV(B)79.5º47.81%98.43%-
XYZ65.7584.6334.34-
YUV225.6674.58118.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 251 (98.44% from 255) = 42.26%
BLUE value IS 131 (51.56% from 255) = 22.05%
R=35.69%
G=42.26%
B=22.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122511310.1600.480.0279.593.7574.9
HexD4FB83100302505e4b
Octal324373203200602120136113
Binary11010100111110111000001110000011000010101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FB83; }

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

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

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

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

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

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

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

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