Html Css Color HEX #DAF694 Reef

📋 copy color: '#DAF694'

red 218 ◦ green 246 ◦ blue 148

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

Shades of Reef #DAF694

Tints of Reef #DAF694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.18%

R = 35.62%
G = 40.2%
B = 24.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DAF694 (or 0xDAF694) is known color: Reef. HEX triplet: DA, F6 and 94. RGB value is (218,246,148). Sum of RGB (Red+Green+Blue) = 218+246+148=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF694 is #25096B. Grayscale: #E2E2E2. Windows color (decimal): -2427244 or 9762522. OLE color: 9762522.

HSL color Cylindrical-coordinate representation of color #DAF694: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF694 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 148 -
CMYK 0.11 0 0.40 0.04
HSL 77.14º 0.84% 0.77% -
HSV(B) 77.14º 0.4% 0.96% -
XYZ 67.21 82.96 40.49 -
YUV 226.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 218 246 148 0.11 0 0.40 0.04 77.14 0.84 0.77
Hex DA F6 94 B 0 28 4 4D 54 4D
Octal 332 366 224 13 0 50 4 115 124 115
Binary 11011010 11110110 10010100 1011 0 101000 100 1001101 1010100 1001101

Color Harmonies of #DAF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF694

Black with #DAF694

Text Example


Text Example

White with #DAF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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