Html Css Color HEX #DAF392 Reef

📋 copy color: '#DAF392'

red 218 ◦ green 243 ◦ blue 146

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

Shades of Reef #DAF392

Tints of Reef #DAF392

RGB

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

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

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

R = 35.91%
G = 40.03%
B = 24.05%

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

#DAF392 (or 0xDAF392) is known color: Reef. HEX triplet: DA, F3 and 92. RGB value is (218,243,146). Sum of RGB (Red+Green+Blue) = 218+243+146=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF392 is #250C6D. Grayscale: #E0E0E0. Windows color (decimal): -2428014 or 9630682. OLE color: 9630682.

HSL color Cylindrical-coordinate representation of color #DAF392: hue angle of 75.46º 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 #DAF392 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 146 -
CMYK 0.10 0 0.40 0.05
HSL 75.46º 0.8% 0.76% -
HSV(B) 75.46º 0.4% 0.95% -
XYZ 66.15 81.08 39.36 -
YUV 224.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 218 243 146 0.10 0 0.40 0.05 75.46 0.8 0.76
Hex DA F3 92 A 0 28 5 4B 50 4C
Octal 332 363 222 12 0 50 5 113 120 114
Binary 11011010 11110011 10010010 1010 0 101000 101 1001011 1010000 1001100

Color Harmonies of #DAF392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF392

Black with #DAF392

Text Example


Text Example

White with #DAF392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF392; }

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

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

background-color css

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

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

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

border-color css

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

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

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