Html Css Color HEX #DAF186 Sulu

📋 copy color: '#DAF186'

red 218 ◦ green 241 ◦ blue 134

#DAF186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #DAF186

Tints of Sulu #DAF186

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.6%

R = 36.76%
G = 40.64%
B = 22.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DAF186 (or 0xDAF186) is known color: 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

RGB 218 241 134 -
CMYK 0.10 0 0.44 0.05
HSL 72.9º 0.79% 0.74% -
HSV(B) 72.9º 0.44% 0.95% -
XYZ 64.67 79.54 34.5 -
YUV 221.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 218 241 134 0.10 0 0.44 0.05 72.9 0.79 0.74
Hex DA F1 86 A 0 2C 5 49 4F 4A
Octal 332 361 206 12 0 54 5 111 117 112
Binary 11011010 11110001 10000110 1010 0 101100 101 1001001 1001111 1001010

Color Harmonies of #DAF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF186

Black with #DAF186

Text Example


Text Example

White with #DAF186

Text Example


Text Example

HTML Codes & Css Web 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>