Html Css Color HEX #DAFB8F Reef

📋 copy color: '#DAFB8F'

red 218 ◦ green 251 ◦ blue 143

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

Shades of Reef #DAFB8F

Tints of Reef #DAFB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.37%

R = 35.62%
G = 41.01%
B = 23.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DAFB8F (or 0xDAFB8F) is known color: Reef. HEX triplet: DA, FB and 8F. RGB value is (218,251,143). Sum of RGB (Red+Green+Blue) = 218+251+143=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB8F is #250470. Grayscale: #E5E5E5. Windows color (decimal): -2425969 or 9436122. OLE color: 9436122.

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

Color convert

RGB 218 251 143 -
CMYK 0.13 0 0.43 0.02
HSL 78.33º 0.93% 0.77% -
HSV(B) 78.33º 0.43% 0.98% -
XYZ 68.37 85.88 38.96 -
YUV 228.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 218 251 143 0.13 0 0.43 0.02 78.33 0.93 0.77
Hex DA FB 8F D 0 2B 2 4E 5D 4D
Octal 332 373 217 15 0 53 2 116 135 115
Binary 11011010 11111011 10001111 1101 0 101011 10 1001110 1011101 1001101

Color Harmonies of #DAFB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB8F

Black with #DAFB8F

Text Example


Text Example

White with #DAFB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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