Html Css Color HEX #D0FA8D Reef

📋 copy color: '#D0FA8D'

red 208 ◦ green 250 ◦ blue 141

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

Shades of Reef #D0FA8D

Tints of Reef #D0FA8D

RGB

 RED value IS 208 (81.64% from 255) = 34.72%

 GREEN value IS 250 (98.05% from 255) = 41.74%

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

R = 34.72%
G = 41.74%
B = 23.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#D0FA8D (or 0xD0FA8D) is known color: Reef. HEX triplet: D0, FA and 8D. RGB value is (208,250,141). Sum of RGB (Red+Green+Blue) = 208+250+141=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA8D is #2F0572. Grayscale: #E1E1E1. Windows color (decimal): -3081587 or 9304784. OLE color: 9304784.

HSL color Cylindrical-coordinate representation of color #D0FA8D: hue angle of 83.12º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0FA8D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 141 -
CMYK 0.17 0 0.44 0.02
HSL 83.12º 0.92% 0.77% -
HSV(B) 83.12º 0.44% 0.98% -
XYZ 65.01 83.7 37.93 -
YUV 225.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 208 250 141 0.17 0 0.44 0.02 83.12 0.92 0.77
Hex D0 FA 8D 11 0 2C 2 53 5C 4D
Octal 320 372 215 21 0 54 2 123 134 115
Binary 11010000 11111010 10001101 10001 0 101100 10 1010011 1011100 1001101

Color Harmonies of #D0FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA8D

Black with #D0FA8D

Text Example


Text Example

White with #D0FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA8D; }

 p { color: rgb(208,250,141); }

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

background-color css

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

 a { background-color: rgb(208,250,141); }

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

border-color css

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

 span { border-color: rgb(208,250,141); }

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