Html Css Color HEX #DAF985 Sulu

📋 copy color: '#DAF985'

red 218 ◦ green 249 ◦ blue 133

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

Shades of Sulu #DAF985

Tints of Sulu #DAF985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.17%

R = 36.33%
G = 41.5%
B = 22.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#DAF985 (or 0xDAF985) is known color: Sulu. HEX triplet: DA, F9 and 85. RGB value is (218,249,133). Sum of RGB (Red+Green+Blue) = 218+249+133=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF985 is #25067A. Grayscale: #E2E2E2. Windows color (decimal): -2426491 or 8780250. OLE color: 8780250.

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

Color convert

RGB 218 249 133 -
CMYK 0.12 0 0.47 0.02
HSL 76.03º 0.91% 0.75% -
HSV(B) 76.03º 0.47% 0.98% -
XYZ 67.02 84.35 34.94 -
YUV 226.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 218 249 133 0.12 0 0.47 0.02 76.03 0.91 0.75
Hex DA F9 85 C 0 2F 2 4C 5B 4B
Octal 332 371 205 14 0 57 2 114 133 113
Binary 11011010 11111001 10000101 1100 0 101111 10 1001100 1011011 1001011

Color Harmonies of #DAF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF985

Black with #DAF985

Text Example


Text Example

White with #DAF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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