Html Css Color HEX #DAFE8B Reef

📋 copy color: '#DAFE8B'

red 218 ◦ green 254 ◦ blue 139

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

Shades of Reef #DAFE8B

Tints of Reef #DAFE8B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.57%

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

R = 35.68%
G = 41.57%
B = 22.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#DAFE8B (or 0xDAFE8B) is known color: Reef. HEX triplet: DA, FE and 8B. RGB value is (218,254,139). Sum of RGB (Red+Green+Blue) = 218+254+139=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8B is #250174. Grayscale: #E6E6E6. Windows color (decimal): -2425205 or 9174746. OLE color: 9174746.

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

Color convert

RGB 218 254 139 -
CMYK 0.14 0 0.45 0.00
HSL 78.78º 0.98% 0.77% -
HSV(B) 78.78º 0.45% 1% -
XYZ 69.02 87.65 37.71 -
YUV 230.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 218 254 139 0.14 0 0.45 0.00 78.78 0.98 0.77
Hex DA FE 8B E 0 2D 0 4F 62 4D
Octal 332 376 213 16 0 55 0 117 142 115
Binary 11011010 11111110 10001011 1110 0 101101 0 1001111 1100010 1001101

Color Harmonies of #DAFE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8B

Black with #DAFE8B

Text Example


Text Example

White with #DAFE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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