Html Css Color HEX #DAFF8B Reef

📋 copy color: '#DAFF8B'

red 218 ◦ green 255 ◦ blue 139

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

Shades of Reef #DAFF8B

Tints of Reef #DAFF8B

RGB

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

 GREEN value IS 255 (100% from 255) = 41.67%

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

R = 35.62%
G = 41.67%
B = 22.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DAFF8B (or 0xDAFF8B) is known color: Reef. HEX triplet: DA, FF and 8B. RGB value is (218,255,139). Sum of RGB (Red+Green+Blue) = 218+255+139=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF8B is #250074. Grayscale: #E7E7E7. Windows color (decimal): -2424949 or 9175002. OLE color: 9175002.

HSL color Cylindrical-coordinate representation of color #DAFF8B: hue angle of 79.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAFF8B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 139 -
CMYK 0.15 0 0.45 0
HSL 79.14º 1% 0.77% -
HSV(B) 79.14º 0.45% 1% -
XYZ 69.33 88.29 37.81 -
YUV 230.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 218 255 139 0.15 0 0.45 0 79.14 1 0.77
Hex DA FF 8B F 0 2D 0 4F 64 4D
Octal 332 377 213 17 0 55 0 117 144 115
Binary 11011010 11111111 10001011 1111 0 101101 0 1001111 1100100 1001101

Color Harmonies of #DAFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF8B

Black with #DAFF8B

Text Example


Text Example

White with #DAFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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