Html Css Color HEX #DAFF8C Reef

📋 copy color: '#DAFF8C'

red 218 ◦ green 255 ◦ blue 140

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

Shades of Reef #DAFF8C

Tints of Reef #DAFF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.84%

R = 35.56%
G = 41.6%
B = 22.84%

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

#DAFF8C (or 0xDAFF8C) is known color: Reef. HEX triplet: DA, FF and 8C. RGB value is (218,255,140). Sum of RGB (Red+Green+Blue) = 218+255+140=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF8C is #250073. Grayscale: #E7E7E7. Windows color (decimal): -2424948 or 9240538. OLE color: 9240538.

HSL color Cylindrical-coordinate representation of color #DAFF8C: hue angle of 79.3º 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 #DAFF8C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 140 -
CMYK 0.15 0 0.45 0
HSL 79.3º 1% 0.77% -
HSV(B) 79.3º 0.45% 1% -
XYZ 69.41 88.32 38.2 -
YUV 230.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 218 255 140 0.15 0 0.45 0 79.3 1 0.77
Hex DA FF 8C F 0 2D 0 4F 64 4D
Octal 332 377 214 17 0 55 0 117 144 115
Binary 11011010 11111111 10001100 1111 0 101101 0 1001111 1100100 1001101

Color Harmonies of #DAFF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF8C

Black with #DAFF8C

Text Example


Text Example

White with #DAFF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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