Html Css Color HEX #D1FA95 Reef

📋 copy color: '#D1FA95'

red 209 ◦ green 250 ◦ blue 149

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

Shades of Reef #D1FA95

Tints of Reef #D1FA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.51%

R = 34.38%
G = 41.12%
B = 24.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#D1FA95 (or 0xD1FA95) is known color: Reef. HEX triplet: D1, FA and 95. RGB value is (209,250,149). Sum of RGB (Red+Green+Blue) = 209+250+149=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA95 is #2E056A. Grayscale: #E2E2E2. Windows color (decimal): -3016043 or 9829073. OLE color: 9829073.

HSL color Cylindrical-coordinate representation of color #D1FA95: hue angle of 84.36º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1FA95 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 149 -
CMYK 0.16 0 0.40 0.02
HSL 84.36º 0.91% 0.78% -
HSV(B) 84.36º 0.4% 0.98% -
XYZ 65.9 84.1 41.19 -
YUV 226.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 209 250 149 0.16 0 0.40 0.02 84.36 0.91 0.78
Hex D1 FA 95 10 0 28 2 54 5B 4E
Octal 321 372 225 20 0 50 2 124 133 116
Binary 11010001 11111010 10010101 10000 0 101000 10 1010100 1011011 1001110

Color Harmonies of #D1FA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA95

Black with #D1FA95

Text Example


Text Example

White with #D1FA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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