Html Css Color HEX #DAF68A Reef

📋 copy color: '#DAF68A'

red 218 ◦ green 246 ◦ blue 138

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

Shades of Reef #DAF68A

Tints of Reef #DAF68A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.86%

 BLUE value IS 138 (54.3% from 255) = 22.92%

R = 36.21%
G = 40.86%
B = 22.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#DAF68A (or 0xDAF68A) is known color: Reef. HEX triplet: DA, F6 and 8A. RGB value is (218,246,138). Sum of RGB (Red+Green+Blue) = 218+246+138=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68A is #250975. Grayscale: #E1E1E1. Windows color (decimal): -2427254 or 9107162. OLE color: 9107162.

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

Color convert

RGB 218 246 138 -
CMYK 0.11 0 0.44 0.04
HSL 75.56º 0.86% 0.75% -
HSV(B) 75.56º 0.44% 0.96% -
XYZ 66.46 82.65 36.5 -
YUV 225.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 218 246 138 0.11 0 0.44 0.04 75.56 0.86 0.75
Hex DA F6 8A B 0 2C 4 4C 56 4B
Octal 332 366 212 13 0 54 4 114 126 113
Binary 11011010 11110110 10001010 1011 0 101100 100 1001100 1010110 1001011

Color Harmonies of #DAF68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF68A

Black with #DAF68A

Text Example


Text Example

White with #DAF68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF68A; }

 p { color: rgb(218,246,138); }

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

background-color css

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

 a { background-color: rgb(218,246,138); }

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

border-color css

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

 span { border-color: rgb(218,246,138); }

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