Html Css Color HEX #D6F1B1 Reef

📋 copy color: '#D6F1B1'

red 214 ◦ green 241 ◦ blue 177

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

Shades of Reef #D6F1B1

Tints of Reef #D6F1B1

RGB

 RED value IS 214 (83.98% from 255) = 33.86%

 GREEN value IS 241 (94.53% from 255) = 38.13%

 BLUE value IS 177 (69.53% from 255) = 28.01%

R = 33.86%
G = 38.13%
B = 28.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#D6F1B1 (or 0xD6F1B1) is known color: Reef. HEX triplet: D6, F1 and B1. RGB value is (214,241,177). Sum of RGB (Red+Green+Blue) = 214+241+177=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1B1 is #290E4E. Grayscale: #E1E1E1. Windows color (decimal): -2690639 or 11661782. OLE color: 11661782.

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

Color convert

RGB 214 241 177 -
CMYK 0.11 0 0.27 0.05
HSL 85.31º 0.7% 0.82% -
HSV(B) 85.31º 0.27% 0.95% -
XYZ 67.12 80.38 53.57 -
YUV 225.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 214 241 177 0.11 0 0.27 0.05 85.31 0.7 0.82
Hex D6 F1 B1 B 0 1B 5 55 46 52
Octal 326 361 261 13 0 33 5 125 106 122
Binary 11010110 11110001 10110001 1011 0 11011 101 1010101 1000110 1010010

Color Harmonies of #D6F1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1B1

Black with #D6F1B1

Text Example


Text Example

White with #D6F1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1B1; }

 p { color: rgb(214,241,177); }

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

background-color css

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

 a { background-color: rgb(214,241,177); }

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

border-color css

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

 span { border-color: rgb(214,241,177); }

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