Html Css Color HEX #DAF88D Reef

📋 copy color: '#DAF88D'

red 218 ◦ green 248 ◦ blue 141

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

Shades of Reef #DAF88D

Tints of Reef #DAF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.86%

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

R = 35.91%
G = 40.86%
B = 23.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#DAF88D (or 0xDAF88D) is known color: Reef. HEX triplet: DA, F8 and 8D. RGB value is (218,248,141). Sum of RGB (Red+Green+Blue) = 218+248+141=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF88D is #250772. Grayscale: #E3E3E3. Windows color (decimal): -2426739 or 9304282. OLE color: 9304282.

HSL color Cylindrical-coordinate representation of color #DAF88D: hue angle of 76.82º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF88D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 141 -
CMYK 0.12 0 0.43 0.03
HSL 76.82º 0.88% 0.76% -
HSV(B) 76.82º 0.43% 0.97% -
XYZ 67.29 83.96 37.86 -
YUV 226.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 218 248 141 0.12 0 0.43 0.03 76.82 0.88 0.76
Hex DA F8 8D C 0 2B 3 4D 58 4C
Octal 332 370 215 14 0 53 3 115 130 114
Binary 11011010 11111000 10001101 1100 0 101011 11 1001101 1011000 1001100

Color Harmonies of #DAF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF88D

Black with #DAF88D

Text Example


Text Example

White with #DAF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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