#DAF186

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

Shades of Sulu #DAF186

Tints of Sulu #DAF186

Color information

#DAF186 (or 0xDAF186) is unknown color: approx Sulu. HEX triplet: DA, F1 and 86. RGB value is (218,241,134). Sum of RGB (Red+Green+Blue) = 218+241+134=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF186 is #250E79. Grayscale: #DEDEDE. Windows color (decimal): -2428538 or 8843738. OLE color: 8843738.

HSL color Cylindrical-coordinate representation of color #DAF186: hue angle of 72.9º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF186 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB218241134-
CMYK0.1000.440.05
HSL72.9º79.26%73.53%-
HSV(B)72.9º44.4%94.51%-
XYZ64.6779.5434.5-
YUV221.9278.38125.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 134 (52.73% from 255) = 22.60%
R=36.76%
G=40.64%
B=22.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411340.1000.440.0572.979.2673.53
HexDAF186A02C5494f4a
Octal332361206120545111117112
Binary11011010111100011000011010100101100101100100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF186; }

 p { color: rgb(218,241,134); }

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

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

 a { background-color: rgb(218,241,134); }

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

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

 span { border-color: rgb(218,241,134); }

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