Html Css Color HEX #DAF393 Reef

📋 copy color: '#DAF393'

red 218 ◦ green 243 ◦ blue 147

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

Shades of Reef #DAF393

Tints of Reef #DAF393

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.97%

 BLUE value IS 147 (57.81% from 255) = 24.18%

R = 35.86%
G = 39.97%
B = 24.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DAF393 (or 0xDAF393) is known color: Reef. HEX triplet: DA, F3 and 93. RGB value is (218,243,147). Sum of RGB (Red+Green+Blue) = 218+243+147=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF393 is #250C6C. Grayscale: #E0E0E0. Windows color (decimal): -2428013 or 9696218. OLE color: 9696218.

HSL color Cylindrical-coordinate representation of color #DAF393: hue angle of 75.63º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF393 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 147 -
CMYK 0.10 0 0.40 0.05
HSL 75.63º 0.8% 0.76% -
HSV(B) 75.63º 0.4% 0.95% -
XYZ 66.23 81.11 39.77 -
YUV 224.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 218 243 147 0.10 0 0.40 0.05 75.63 0.8 0.76
Hex DA F3 93 A 0 28 5 4C 50 4C
Octal 332 363 223 12 0 50 5 114 120 114
Binary 11011010 11110011 10010011 1010 0 101000 101 1001100 1010000 1001100

Color Harmonies of #DAF393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF393

Black with #DAF393

Text Example


Text Example

White with #DAF393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF393; }

 p { color: rgb(218,243,147); }

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

background-color css

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

 a { background-color: rgb(218,243,147); }

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

border-color css

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

 span { border-color: rgb(218,243,147); }

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