Html Css Color HEX #D0FFA4 Reef

📋 copy color: '#D0FFA4'

red 208 ◦ green 255 ◦ blue 164

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

Shades of Reef #D0FFA4

Tints of Reef #D0FFA4

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 164 (64.45% from 255) = 26.16%

R = 33.17%
G = 40.67%
B = 26.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#D0FFA4 (or 0xD0FFA4) is known color: Reef. HEX triplet: D0, FF and A4. RGB value is (208,255,164). Sum of RGB (Red+Green+Blue) = 208+255+164=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFA4 is #2F005B. Grayscale: #E6E6E6. Windows color (decimal): -3080284 or 10813392. OLE color: 10813392.

HSL color Cylindrical-coordinate representation of color #D0FFA4: hue angle of 90.99º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0FFA4 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 164 -
CMYK 0.18 0 0.36 0
HSL 90.99º 1% 0.82% -
HSV(B) 90.99º 0.36% 1% -
XYZ 68.47 87.61 48.42 -
YUV 230.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 208 255 164 0.18 0 0.36 0 90.99 1 0.82
Hex D0 FF A4 12 0 24 0 5B 64 52
Octal 320 377 244 22 0 44 0 133 144 122
Binary 11010000 11111111 10100100 10010 0 100100 0 1011011 1100100 1010010

Color Harmonies of #D0FFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFA4

Black with #D0FFA4

Text Example


Text Example

White with #D0FFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFA4; }

 p { color: rgb(208,255,164); }

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

background-color css

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

 a { background-color: rgb(208,255,164); }

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

border-color css

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

 span { border-color: rgb(208,255,164); }

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