Html Css Color HEX #DAFB8D Reef

📋 copy color: '#DAFB8D'

red 218 ◦ green 251 ◦ blue 141

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

Shades of Reef #DAFB8D

Tints of Reef #DAFB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 35.74%
G = 41.15%
B = 23.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DAFB8D (or 0xDAFB8D) is known color: Reef. HEX triplet: DA, FB and 8D. RGB value is (218,251,141). Sum of RGB (Red+Green+Blue) = 218+251+141=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB8D is #250472. Grayscale: #E5E5E5. Windows color (decimal): -2425971 or 9305050. OLE color: 9305050.

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

Color convert

RGB 218 251 141 -
CMYK 0.13 0 0.44 0.02
HSL 78º 0.93% 0.77% -
HSV(B) 78º 0.44% 0.98% -
XYZ 68.22 85.82 38.17 -
YUV 228.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 218 251 141 0.13 0 0.44 0.02 78 0.93 0.77
Hex DA FB 8D D 0 2C 2 4E 5D 4D
Octal 332 373 215 15 0 54 2 116 135 115
Binary 11011010 11111011 10001101 1101 0 101100 10 1001110 1011101 1001101

Color Harmonies of #DAFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB8D

Black with #DAFB8D

Text Example


Text Example

White with #DAFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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