Html Css Color HEX #D0F891 Reef

📋 copy color: '#D0F891'

red 208 ◦ green 248 ◦ blue 145

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

Shades of Reef #D0F891

Tints of Reef #D0F891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.13%

R = 34.61%
G = 41.26%
B = 24.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#D0F891 (or 0xD0F891) is known color: Reef. HEX triplet: D0, F8 and 91. RGB value is (208,248,145). Sum of RGB (Red+Green+Blue) = 208+248+145=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F891 is #2F076E. Grayscale: #E0E0E0. Windows color (decimal): -3082095 or 9566416. OLE color: 9566416.

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

Color convert

RGB 208 248 145 -
CMYK 0.16 0 0.42 0.03
HSL 83.3º 0.88% 0.77% -
HSV(B) 83.3º 0.42% 0.97% -
XYZ 64.69 82.59 39.32 -
YUV 224.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 208 248 145 0.16 0 0.42 0.03 83.3 0.88 0.77
Hex D0 F8 91 10 0 2A 3 53 58 4D
Octal 320 370 221 20 0 52 3 123 130 115
Binary 11010000 11111000 10010001 10000 0 101010 11 1010011 1011000 1001101

Color Harmonies of #D0F891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F891

Black with #D0F891

Text Example


Text Example

White with #D0F891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F891; }

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

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

background-color css

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

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

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

border-color css

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

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

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