Html Css Color HEX #D0FDAB Reef

📋 copy color: '#D0FDAB'

red 208 ◦ green 253 ◦ blue 171

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

Shades of Reef #D0FDAB

Tints of Reef #D0FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.03%

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 32.91%
G = 40.03%
B = 27.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#D0FDAB (or 0xD0FDAB) is known color: Reef. HEX triplet: D0, FD and AB. RGB value is (208,253,171). Sum of RGB (Red+Green+Blue) = 208+253+171=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FDAB is #2F0254. Grayscale: #E6E6E6. Windows color (decimal): -3080789 or 11271632. OLE color: 11271632.

HSL color Cylindrical-coordinate representation of color #D0FDAB: hue angle of 92.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0FDAB is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 171 -
CMYK 0.18 0 0.32 0.01
HSL 92.93º 0.95% 0.83% -
HSV(B) 92.93º 0.32% 0.99% -
XYZ 68.49 86.6 51.63 -
YUV 230.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 208 253 171 0.18 0 0.32 0.01 92.93 0.95 0.83
Hex D0 FD AB 12 0 20 1 5D 5F 53
Octal 320 375 253 22 0 40 1 135 137 123
Binary 11010000 11111101 10101011 10010 0 100000 1 1011101 1011111 1010011

Color Harmonies of #D0FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FDAB

Black with #D0FDAB

Text Example


Text Example

White with #D0FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FDAB; }

 p { color: rgb(208,253,171); }

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

background-color css

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

 a { background-color: rgb(208,253,171); }

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

border-color css

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

 span { border-color: rgb(208,253,171); }

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