Html Css Color HEX #DAF989 Sulu

📋 copy color: '#DAF989'

red 218 ◦ green 249 ◦ blue 137

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

Shades of Sulu #DAF989

Tints of Sulu #DAF989

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.23%

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

R = 36.09%
G = 41.23%
B = 22.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DAF989 (or 0xDAF989) is known color: Sulu. HEX triplet: DA, F9 and 89. RGB value is (218,249,137). Sum of RGB (Red+Green+Blue) = 218+249+137=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF989 is #250676. Grayscale: #E3E3E3. Windows color (decimal): -2426487 or 9042394. OLE color: 9042394.

HSL color Cylindrical-coordinate representation of color #DAF989: hue angle of 76.61º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAF989 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 137 -
CMYK 0.12 0 0.45 0.02
HSL 76.61º 0.9% 0.76% -
HSV(B) 76.61º 0.45% 0.98% -
XYZ 67.3 84.46 36.42 -
YUV 226.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 218 249 137 0.12 0 0.45 0.02 76.61 0.9 0.76
Hex DA F9 89 C 0 2D 2 4D 5A 4C
Octal 332 371 211 14 0 55 2 115 132 114
Binary 11011010 11111001 10001001 1100 0 101101 10 1001101 1011010 1001100

Color Harmonies of #DAF989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF989

Black with #DAF989

Text Example


Text Example

White with #DAF989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF989; }

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

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

background-color css

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

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

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

border-color css

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

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

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