Html Css Color HEX #DAF98B Reef

📋 copy color: '#DAF98B'

red 218 ◦ green 249 ◦ blue 139

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

Shades of Reef #DAF98B

Tints of Reef #DAF98B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.09%

 BLUE value IS 139 (54.69% from 255) = 22.94%

R = 35.97%
G = 41.09%
B = 22.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DAF98B (or 0xDAF98B) is known color: Reef. HEX triplet: DA, F9 and 8B. RGB value is (218,249,139). Sum of RGB (Red+Green+Blue) = 218+249+139=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98B is #250674. Grayscale: #E3E3E3. Windows color (decimal): -2426485 or 9173466. OLE color: 9173466.

HSL color Cylindrical-coordinate representation of color #DAF98B: hue angle of 76.91º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF98B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 139 -
CMYK 0.12 0 0.44 0.02
HSL 76.91º 0.9% 0.76% -
HSV(B) 76.91º 0.44% 0.98% -
XYZ 67.45 84.52 37.19 -
YUV 227.19 78.23 121.44 -
System Red Green Blue C M Y K H S L
Decimal 218 249 139 0.12 0 0.44 0.02 76.91 0.9 0.76
Hex DA F9 8B C 0 2C 2 4D 5A 4C
Octal 332 371 213 14 0 54 2 115 132 114
Binary 11011010 11111001 10001011 1100 0 101100 10 1001101 1011010 1001100

Color Harmonies of #DAF98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF98B

Black with #DAF98B

Text Example


Text Example

White with #DAF98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF98B; }

 p { color: rgb(218,249,139); }

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

background-color css

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

 a { background-color: rgb(218,249,139); }

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

border-color css

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

 span { border-color: rgb(218,249,139); }

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