Html Css Color HEX #D1FA8E Reef

📋 copy color: '#D1FA8E'

red 209 ◦ green 250 ◦ blue 142

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

Shades of Reef #D1FA8E

Tints of Reef #D1FA8E

RGB

 RED value IS 209 (82.03% from 255) = 34.78%

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

 BLUE value IS 142 (55.86% from 255) = 23.63%

R = 34.78%
G = 41.6%
B = 23.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#D1FA8E (or 0xD1FA8E) is known color: Reef. HEX triplet: D1, FA and 8E. RGB value is (209,250,142). Sum of RGB (Red+Green+Blue) = 209+250+142=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA8E is #2E0571. Grayscale: #E1E1E1. Windows color (decimal): -3016050 or 9370321. OLE color: 9370321.

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

Color convert

RGB 209 250 142 -
CMYK 0.16 0 0.43 0.02
HSL 82.78º 0.92% 0.77% -
HSV(B) 82.78º 0.43% 0.98% -
XYZ 65.36 83.88 38.34 -
YUV 225.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 209 250 142 0.16 0 0.43 0.02 82.78 0.92 0.77
Hex D1 FA 8E 10 0 2B 2 53 5C 4D
Octal 321 372 216 20 0 53 2 123 134 115
Binary 11010001 11111010 10001110 10000 0 101011 10 1010011 1011100 1001101

Color Harmonies of #D1FA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA8E

Black with #D1FA8E

Text Example


Text Example

White with #D1FA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA8E; }

 p { color: rgb(209,250,142); }

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

background-color css

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

 a { background-color: rgb(209,250,142); }

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

border-color css

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

 span { border-color: rgb(209,250,142); }

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