Html Css Color HEX #D0F9A5 Reef

📋 copy color: '#D0F9A5'

red 208 ◦ green 249 ◦ blue 165

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

Shades of Reef #D0F9A5

Tints of Reef #D0F9A5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.03%

 BLUE value IS 165 (64.84% from 255) = 26.53%

R = 33.44%
G = 40.03%
B = 26.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#D0F9A5 (or 0xD0F9A5) is known color: Reef. HEX triplet: D0, F9 and A5. RGB value is (208,249,165). Sum of RGB (Red+Green+Blue) = 208+249+165=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F9A5 is #2F065A. Grayscale: #E3E3E3. Windows color (decimal): -3081819 or 10877392. OLE color: 10877392.

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

Color convert

RGB 208 249 165 -
CMYK 0.16 0 0.34 0.02
HSL 89.29º 0.88% 0.81% -
HSV(B) 89.29º 0.34% 0.98% -
XYZ 66.68 83.88 48.27 -
YUV 227.17 92.92 114.33 -
System Red Green Blue C M Y K H S L
Decimal 208 249 165 0.16 0 0.34 0.02 89.29 0.88 0.81
Hex D0 F9 A5 10 0 22 2 59 58 51
Octal 320 371 245 20 0 42 2 131 130 121
Binary 11010000 11111001 10100101 10000 0 100010 10 1011001 1011000 1010001

Color Harmonies of #D0F9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F9A5

Black with #D0F9A5

Text Example


Text Example

White with #D0F9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F9A5; }

 p { color: rgb(208,249,165); }

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

background-color css

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

 a { background-color: rgb(208,249,165); }

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

border-color css

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

 span { border-color: rgb(208,249,165); }

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