Html Css Color HEX #DAFA9B Reef

📋 copy color: '#DAFA9B'

red 218 ◦ green 250 ◦ blue 155

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

Shades of Reef #DAFA9B

Tints of Reef #DAFA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.88%

R = 34.99%
G = 40.13%
B = 24.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DAFA9B (or 0xDAFA9B) is known color: Reef. HEX triplet: DA, FA and 9B. RGB value is (218,250,155). Sum of RGB (Red+Green+Blue) = 218+250+155=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA9B is #250564. Grayscale: #E5E5E5. Windows color (decimal): -2426213 or 10222298. OLE color: 10222298.

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

Color convert

RGB 218 250 155 -
CMYK 0.13 0 0.38 0.02
HSL 80.21º 0.9% 0.79% -
HSV(B) 80.21º 0.38% 0.98% -
XYZ 69.02 85.64 43.9 -
YUV 229.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 218 250 155 0.13 0 0.38 0.02 80.21 0.9 0.79
Hex DA FA 9B D 0 26 2 50 5A 4F
Octal 332 372 233 15 0 46 2 120 132 117
Binary 11011010 11111010 10011011 1101 0 100110 10 1010000 1011010 1001111

Color Harmonies of #DAFA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA9B

Black with #DAFA9B

Text Example


Text Example

White with #DAFA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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