Html Css Color HEX #DAF98F Reef

📋 copy color: '#DAF98F'

red 218 ◦ green 249 ◦ blue 143

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

Shades of Reef #DAF98F

Tints of Reef #DAF98F

RGB

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

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

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

R = 35.74%
G = 40.82%
B = 23.44%

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

#DAF98F (or 0xDAF98F) is known color: Reef. HEX triplet: DA, F9 and 8F. RGB value is (218,249,143). Sum of RGB (Red+Green+Blue) = 218+249+143=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98F is #250670. Grayscale: #E4E4E4. Windows color (decimal): -2426481 or 9435610. OLE color: 9435610.

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

Color convert

RGB 218 249 143 -
CMYK 0.12 0 0.43 0.02
HSL 77.55º 0.9% 0.77% -
HSV(B) 77.55º 0.43% 0.98% -
XYZ 67.75 84.64 38.75 -
YUV 227.65 80.23 121.12 -
System Red Green Blue C M Y K H S L
Decimal 218 249 143 0.12 0 0.43 0.02 77.55 0.9 0.77
Hex DA F9 8F C 0 2B 2 4E 5A 4D
Octal 332 371 217 14 0 53 2 116 132 115
Binary 11011010 11111001 10001111 1100 0 101011 10 1001110 1011010 1001101

Color Harmonies of #DAF98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF98F

Black with #DAF98F

Text Example


Text Example

White with #DAF98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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