Html Css Color HEX #D5F0B0 Reef

📋 copy color: '#D5F0B0'

red 213 ◦ green 240 ◦ blue 176

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

Shades of Reef #D5F0B0

Tints of Reef #D5F0B0

RGB

 RED value IS 213 (83.59% from 255) = 33.86%

 GREEN value IS 240 (94.14% from 255) = 38.16%

 BLUE value IS 176 (69.14% from 255) = 27.98%

R = 33.86%
G = 38.16%
B = 27.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#D5F0B0 (or 0xD5F0B0) is known color: Reef. HEX triplet: D5, F0 and B0. RGB value is (213,240,176). Sum of RGB (Red+Green+Blue) = 213+240+176=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F0B0 is #2A0F4F. Grayscale: #E0E0E0. Windows color (decimal): -2756432 or 11595989. OLE color: 11595989.

HSL color Cylindrical-coordinate representation of color #D5F0B0: hue angle of 85.31º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5F0B0 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 176 -
CMYK 0.11 0 0.27 0.06
HSL 85.31º 0.68% 0.82% -
HSV(B) 85.31º 0.27% 0.94% -
XYZ 66.44 79.6 52.94 -
YUV 224.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 213 240 176 0.11 0 0.27 0.06 85.31 0.68 0.82
Hex D5 F0 B0 B 0 1B 6 55 44 52
Octal 325 360 260 13 0 33 6 125 104 122
Binary 11010101 11110000 10110000 1011 0 11011 110 1010101 1000100 1010010

Color Harmonies of #D5F0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0B0

Black with #D5F0B0

Text Example


Text Example

White with #D5F0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0B0; }

 p { color: rgb(213,240,176); }

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

background-color css

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

 a { background-color: rgb(213,240,176); }

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

border-color css

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

 span { border-color: rgb(213,240,176); }

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