Html Css Color HEX #DAFC8B Reef

📋 copy color: '#DAFC8B'

red 218 ◦ green 252 ◦ blue 139

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

Shades of Reef #DAFC8B

Tints of Reef #DAFC8B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.38%

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

R = 35.8%
G = 41.38%
B = 22.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DAFC8B (or 0xDAFC8B) is known color: Reef. HEX triplet: DA, FC and 8B. RGB value is (218,252,139). Sum of RGB (Red+Green+Blue) = 218+252+139=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC8B is #250374. Grayscale: #E5E5E5. Windows color (decimal): -2425717 or 9174234. OLE color: 9174234.

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

Color convert

RGB 218 252 139 -
CMYK 0.13 0 0.45 0.01
HSL 78.05º 0.95% 0.77% -
HSV(B) 78.05º 0.45% 0.99% -
XYZ 68.38 86.39 37.5 -
YUV 228.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 218 252 139 0.13 0 0.45 0.01 78.05 0.95 0.77
Hex DA FC 8B D 0 2D 1 4E 5F 4D
Octal 332 374 213 15 0 55 1 116 137 115
Binary 11011010 11111100 10001011 1101 0 101101 1 1001110 1011111 1001101

Color Harmonies of #DAFC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC8B

Black with #DAFC8B

Text Example


Text Example

White with #DAFC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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