Html Css Color HEX #DAFA93 Reef

📋 copy color: '#DAFA93'

red 218 ◦ green 250 ◦ blue 147

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

Shades of Reef #DAFA93

Tints of Reef #DAFA93

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

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

R = 35.45%
G = 40.65%
B = 23.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DAFA93 (or 0xDAFA93) is known color: Reef. HEX triplet: DA, FA and 93. RGB value is (218,250,147). Sum of RGB (Red+Green+Blue) = 218+250+147=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA93 is #25056C. Grayscale: #E5E5E5. Windows color (decimal): -2426221 or 9698010. OLE color: 9698010.

HSL color Cylindrical-coordinate representation of color #DAFA93: hue angle of 78.64º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAFA93 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 147 -
CMYK 0.13 0 0.41 0.02
HSL 78.64º 0.91% 0.78% -
HSV(B) 78.64º 0.41% 0.98% -
XYZ 68.37 85.38 40.48 -
YUV 228.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 218 250 147 0.13 0 0.41 0.02 78.64 0.91 0.78
Hex DA FA 93 D 0 29 2 4F 5B 4E
Octal 332 372 223 15 0 51 2 117 133 116
Binary 11011010 11111010 10010011 1101 0 101001 10 1001111 1011011 1001110

Color Harmonies of #DAFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA93

Black with #DAFA93

Text Example


Text Example

White with #DAFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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