Html Css Color HEX #DAFA85 Sulu

📋 copy color: '#DAFA85'

red 218 ◦ green 250 ◦ blue 133

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

Shades of Sulu #DAFA85

Tints of Sulu #DAFA85

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.6%

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

R = 36.27%
G = 41.6%
B = 22.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#DAFA85 (or 0xDAFA85) is known color: Sulu. HEX triplet: DA, FA and 85. RGB value is (218,250,133). Sum of RGB (Red+Green+Blue) = 218+250+133=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA85 is #25057A. Grayscale: #E3E3E3. Windows color (decimal): -2426235 or 8780506. OLE color: 8780506.

HSL color Cylindrical-coordinate representation of color #DAFA85: hue angle of 76.41º degrees, saturation: 0.92, 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 #DAFA85 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 133 -
CMYK 0.13 0 0.47 0.02
HSL 76.41º 0.92% 0.75% -
HSV(B) 76.41º 0.47% 0.98% -
XYZ 67.33 84.97 35.04 -
YUV 227.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 218 250 133 0.13 0 0.47 0.02 76.41 0.92 0.75
Hex DA FA 85 D 0 2F 2 4C 5C 4B
Octal 332 372 205 15 0 57 2 114 134 113
Binary 11011010 11111010 10000101 1101 0 101111 10 1001100 1011100 1001011

Color Harmonies of #DAFA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA85

Black with #DAFA85

Text Example


Text Example

White with #DAFA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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