Html Css Color HEX #DAF48F Reef

📋 copy color: '#DAF48F'

red 218 ◦ green 244 ◦ blue 143

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

Shades of Reef #DAF48F

Tints of Reef #DAF48F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.33%

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

R = 36.03%
G = 40.33%
B = 23.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DAF48F (or 0xDAF48F) is known color: Reef. HEX triplet: DA, F4 and 8F. RGB value is (218,244,143). Sum of RGB (Red+Green+Blue) = 218+244+143=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF48F is #250B70. Grayscale: #E1E1E1. Windows color (decimal): -2427761 or 9434330. OLE color: 9434330.

HSL color Cylindrical-coordinate representation of color #DAF48F: hue angle of 75.45º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF48F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 143 -
CMYK 0.11 0 0.41 0.04
HSL 75.45º 0.82% 0.76% -
HSV(B) 75.45º 0.41% 0.96% -
XYZ 66.22 81.59 38.24 -
YUV 224.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 218 244 143 0.11 0 0.41 0.04 75.45 0.82 0.76
Hex DA F4 8F B 0 29 4 4B 52 4C
Octal 332 364 217 13 0 51 4 113 122 114
Binary 11011010 11110100 10001111 1011 0 101001 100 1001011 1010010 1001100

Color Harmonies of #DAF48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF48F

Black with #DAF48F

Text Example


Text Example

White with #DAF48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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