Html Css Color HEX #D0F894 Reef

📋 copy color: '#D0F894'

red 208 ◦ green 248 ◦ blue 148

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

Shades of Reef #D0F894

Tints of Reef #D0F894

RGB

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

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

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

R = 34.44%
G = 41.06%
B = 24.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#D0F894 (or 0xD0F894) is known color: Reef. HEX triplet: D0, F8 and 94. RGB value is (208,248,148). Sum of RGB (Red+Green+Blue) = 208+248+148=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F894 is #2F076B. Grayscale: #E1E1E1. Windows color (decimal): -3082092 or 9763024. OLE color: 9763024.

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

Color convert

RGB 208 248 148 -
CMYK 0.16 0 0.40 0.03
HSL 84º 0.88% 0.78% -
HSV(B) 84º 0.4% 0.97% -
XYZ 64.93 82.68 40.55 -
YUV 224.64 84.75 116.13 -
System Red Green Blue C M Y K H S L
Decimal 208 248 148 0.16 0 0.40 0.03 84 0.88 0.78
Hex D0 F8 94 10 0 28 3 54 58 4E
Octal 320 370 224 20 0 50 3 124 130 116
Binary 11010000 11111000 10010100 10000 0 101000 11 1010100 1011000 1001110

Color Harmonies of #D0F894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F894

Black with #D0F894

Text Example


Text Example

White with #D0F894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F894; }

 p { color: rgb(208,248,148); }

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

background-color css

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

 a { background-color: rgb(208,248,148); }

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

border-color css

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

 span { border-color: rgb(208,248,148); }

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