Html Css Color HEX #DAF098 Reef

📋 copy color: '#DAF098'

red 218 ◦ green 240 ◦ blue 152

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

Shades of Reef #DAF098

Tints of Reef #DAF098

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.34%

 BLUE value IS 152 (59.77% from 255) = 24.92%

R = 35.74%
G = 39.34%
B = 24.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#DAF098 (or 0xDAF098) is known color: Reef. HEX triplet: DA, F0 and 98. RGB value is (218,240,152). Sum of RGB (Red+Green+Blue) = 218+240+152=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF098 is #250F67. Grayscale: #DFDFDF. Windows color (decimal): -2428776 or 10023130. OLE color: 10023130.

HSL color Cylindrical-coordinate representation of color #DAF098: hue angle of 75º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAF098 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 152 -
CMYK 0.09 0 0.37 0.06
HSL 75º 0.75% 0.77% -
HSV(B) 75º 0.37% 0.94% -
XYZ 65.74 79.49 41.58 -
YUV 223.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 218 240 152 0.09 0 0.37 0.06 75 0.75 0.77
Hex DA F0 98 9 0 25 6 4B 4B 4D
Octal 332 360 230 11 0 45 6 113 113 115
Binary 11011010 11110000 10011000 1001 0 100101 110 1001011 1001011 1001101

Color Harmonies of #DAF098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF098

Black with #DAF098

Text Example


Text Example

White with #DAF098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF098; }

 p { color: rgb(218,240,152); }

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

background-color css

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

 a { background-color: rgb(218,240,152); }

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

border-color css

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

 span { border-color: rgb(218,240,152); }

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