Html Css Color HEX #DAFB85 Sulu

📋 copy color: '#DAFB85'

red 218 ◦ green 251 ◦ blue 133

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

Shades of Sulu #DAFB85

Tints of Sulu #DAFB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

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

R = 36.21%
G = 41.69%
B = 22.09%

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

#DAFB85 (or 0xDAFB85) is known color: Sulu. HEX triplet: DA, FB and 85. RGB value is (218,251,133). Sum of RGB (Red+Green+Blue) = 218+251+133=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB85 is #25047A. Grayscale: #E4E4E4. Windows color (decimal): -2425979 or 8780762. OLE color: 8780762.

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

Color convert

RGB 218 251 133 -
CMYK 0.13 0 0.47 0.02
HSL 76.78º 0.94% 0.75% -
HSV(B) 76.78º 0.47% 0.98% -
XYZ 67.64 85.59 35.15 -
YUV 227.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 218 251 133 0.13 0 0.47 0.02 76.78 0.94 0.75
Hex DA FB 85 D 0 2F 2 4D 5E 4B
Octal 332 373 205 15 0 57 2 115 136 113
Binary 11011010 11111011 10000101 1101 0 101111 10 1001101 1011110 1001011

Color Harmonies of #DAFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB85

Black with #DAFB85

Text Example


Text Example

White with #DAFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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