Html Css Color HEX #D8F88D Reef

📋 copy color: '#D8F88D'

red 216 ◦ green 248 ◦ blue 141

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

Shades of Reef #D8F88D

Tints of Reef #D8F88D

RGB

 RED value IS 216 (84.77% from 255) = 35.7%

 GREEN value IS 248 (97.27% from 255) = 40.99%

 BLUE value IS 141 (55.47% from 255) = 23.31%

R = 35.7%
G = 40.99%
B = 23.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#D8F88D (or 0xD8F88D) is known color: Reef. HEX triplet: D8, F8 and 8D. RGB value is (216,248,141). Sum of RGB (Red+Green+Blue) = 216+248+141=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F88D is #270772. Grayscale: #E2E2E2. Windows color (decimal): -2557811 or 9304280. OLE color: 9304280.

HSL color Cylindrical-coordinate representation of color #D8F88D: hue angle of 77.94º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8F88D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 141 -
CMYK 0.13 0 0.43 0.03
HSL 77.94º 0.88% 0.76% -
HSV(B) 77.94º 0.43% 0.97% -
XYZ 66.69 83.66 37.83 -
YUV 226.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 216 248 141 0.13 0 0.43 0.03 77.94 0.88 0.76
Hex D8 F8 8D D 0 2B 3 4E 58 4C
Octal 330 370 215 15 0 53 3 116 130 114
Binary 11011000 11111000 10001101 1101 0 101011 11 1001110 1011000 1001100

Color Harmonies of #D8F88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F88D

Black with #D8F88D

Text Example


Text Example

White with #D8F88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F88D; }

 p { color: rgb(216,248,141); }

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

background-color css

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

 a { background-color: rgb(216,248,141); }

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

border-color css

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

 span { border-color: rgb(216,248,141); }

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