Html Css Color HEX #DAFA92 Reef

📋 copy color: '#DAFA92'

red 218 ◦ green 250 ◦ blue 146

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

Shades of Reef #DAFA92

Tints of Reef #DAFA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.78%

R = 35.5%
G = 40.72%
B = 23.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DAFA92 (or 0xDAFA92) is known color: Reef. HEX triplet: DA, FA and 92. RGB value is (218,250,146). Sum of RGB (Red+Green+Blue) = 218+250+146=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA92 is #25056D. Grayscale: #E4E4E4. Windows color (decimal): -2426222 or 9632474. OLE color: 9632474.

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

Color convert

RGB 218 250 146 -
CMYK 0.13 0 0.42 0.02
HSL 78.46º 0.91% 0.78% -
HSV(B) 78.46º 0.42% 0.98% -
XYZ 68.29 85.35 40.07 -
YUV 228.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 218 250 146 0.13 0 0.42 0.02 78.46 0.91 0.78
Hex DA FA 92 D 0 2A 2 4E 5B 4E
Octal 332 372 222 15 0 52 2 116 133 116
Binary 11011010 11111010 10010010 1101 0 101010 10 1001110 1011011 1001110

Color Harmonies of #DAFA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA92

Black with #DAFA92

Text Example


Text Example

White with #DAFA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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