Html Css Color HEX #DAF98E Reef

📋 copy color: '#DAF98E'

red 218 ◦ green 249 ◦ blue 142

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

Shades of Reef #DAF98E

Tints of Reef #DAF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.89%

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 35.8%
G = 40.89%
B = 23.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DAF98E (or 0xDAF98E) is known color: Reef. HEX triplet: DA, F9 and 8E. RGB value is (218,249,142). Sum of RGB (Red+Green+Blue) = 218+249+142=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98E is #250671. Grayscale: #E3E3E3. Windows color (decimal): -2426482 or 9370074. OLE color: 9370074.

HSL color Cylindrical-coordinate representation of color #DAF98E: hue angle of 77.38º degrees, saturation: 0.9, 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 #DAF98E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 142 -
CMYK 0.12 0 0.43 0.02
HSL 77.38º 0.9% 0.77% -
HSV(B) 77.38º 0.43% 0.98% -
XYZ 67.67 84.61 38.36 -
YUV 227.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 218 249 142 0.12 0 0.43 0.02 77.38 0.9 0.77
Hex DA F9 8E C 0 2B 2 4D 5A 4D
Octal 332 371 216 14 0 53 2 115 132 115
Binary 11011010 11111001 10001110 1100 0 101011 10 1001101 1011010 1001101

Color Harmonies of #DAF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF98E

Black with #DAF98E

Text Example


Text Example

White with #DAF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF98E; }

 p { color: rgb(218,249,142); }

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

background-color css

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

 a { background-color: rgb(218,249,142); }

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

border-color css

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

 span { border-color: rgb(218,249,142); }

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