Html Css Color HEX #D1E194 Reef

📋 copy color: '#D1E194'

red 209 ◦ green 225 ◦ blue 148

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

Shades of Reef #D1E194

Tints of Reef #D1E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.66%

 BLUE value IS 148 (58.2% from 255) = 25.43%

R = 35.91%
G = 38.66%
B = 25.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#D1E194 (or 0xD1E194) is known color: Reef. HEX triplet: D1, E1 and 94. RGB value is (209,225,148). Sum of RGB (Red+Green+Blue) = 209+225+148=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E194 is #2E1E6B. Grayscale: #D3D3D3. Windows color (decimal): -3022444 or 9757137. OLE color: 9757137.

HSL color Cylindrical-coordinate representation of color #D1E194: hue angle of 72.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1E194 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 148 -
CMYK 0.07 0 0.34 0.12
HSL 72.47º 0.56% 0.73% -
HSV(B) 72.47º 0.34% 0.88% -
XYZ 58.57 69.54 38.35 -
YUV 211.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 209 225 148 0.07 0 0.34 0.12 72.47 0.56 0.73
Hex D1 E1 94 7 0 22 C 48 38 49
Octal 321 341 224 7 0 42 14 110 70 111
Binary 11010001 11100001 10010100 111 0 100010 1100 1001000 111000 1001001

Color Harmonies of #D1E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E194

Black with #D1E194

Text Example


Text Example

White with #D1E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E194; }

 p { color: rgb(209,225,148); }

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

background-color css

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

 a { background-color: rgb(209,225,148); }

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

border-color css

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

 span { border-color: rgb(209,225,148); }

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