Html Css Color HEX #DAF689 Sulu

📋 copy color: '#DAF689'

red 218 ◦ green 246 ◦ blue 137

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

Shades of Sulu #DAF689

Tints of Sulu #DAF689

RGB

 RED value IS 218 (85.55% from 255) = 36.27%

 GREEN value IS 246 (96.48% from 255) = 40.93%

 BLUE value IS 137 (53.91% from 255) = 22.8%

R = 36.27%
G = 40.93%
B = 22.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#DAF689 (or 0xDAF689) is known color: Sulu. HEX triplet: DA, F6 and 89. RGB value is (218,246,137). Sum of RGB (Red+Green+Blue) = 218+246+137=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 137 (53.91% from 255 or 22.80% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF689 is #250976. Grayscale: #E1E1E1. Windows color (decimal): -2427255 or 9041626. OLE color: 9041626.

HSL color Cylindrical-coordinate representation of color #DAF689: hue angle of 75.41º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF689 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 137 -
CMYK 0.11 0 0.44 0.04
HSL 75.41º 0.86% 0.75% -
HSV(B) 75.41º 0.44% 0.96% -
XYZ 66.38 82.62 36.12 -
YUV 225.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 218 246 137 0.11 0 0.44 0.04 75.41 0.86 0.75
Hex DA F6 89 B 0 2C 4 4B 56 4B
Octal 332 366 211 13 0 54 4 113 126 113
Binary 11011010 11110110 10001001 1011 0 101100 100 1001011 1010110 1001011

Color Harmonies of #DAF689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF689

Black with #DAF689

Text Example


Text Example

White with #DAF689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF689; }

 p { color: rgb(218,246,137); }

 H1.HeaderClassName
 {
   color: #DAF689;
 }
 .AnyTagClassName
 {
   color: #DAF689;
 }
</style>

background-color css

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

 a { background-color: rgb(218,246,137); }

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

border-color css

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

 span { border-color: rgb(218,246,137); }

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