Html Css Color HEX #DAF48D Reef

📋 copy color: '#DAF48D'

red 218 ◦ green 244 ◦ blue 141

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

Shades of Reef #DAF48D

Tints of Reef #DAF48D

RGB

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

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

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

R = 36.15%
G = 40.46%
B = 23.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#DAF48D (or 0xDAF48D) is known color: Reef. HEX triplet: DA, F4 and 8D. RGB value is (218,244,141). Sum of RGB (Red+Green+Blue) = 218+244+141=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF48D is #250B72. Grayscale: #E0E0E0. Windows color (decimal): -2427763 or 9303258. OLE color: 9303258.

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

Color convert

RGB 218 244 141 -
CMYK 0.11 0 0.42 0.04
HSL 75.15º 0.82% 0.75% -
HSV(B) 75.15º 0.42% 0.96% -
XYZ 66.07 81.53 37.45 -
YUV 224.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 218 244 141 0.11 0 0.42 0.04 75.15 0.82 0.75
Hex DA F4 8D B 0 2A 4 4B 52 4B
Octal 332 364 215 13 0 52 4 113 122 113
Binary 11011010 11110100 10001101 1011 0 101010 100 1001011 1010010 1001011

Color Harmonies of #DAF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF48D

Black with #DAF48D

Text Example


Text Example

White with #DAF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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