Html Css Color HEX #D6FCA5 Reef

📋 copy color: '#D6FCA5'

red 214 ◦ green 252 ◦ blue 165

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

Shades of Reef #D6FCA5

Tints of Reef #D6FCA5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.94%

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

R = 33.91%
G = 39.94%
B = 26.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#D6FCA5 (or 0xD6FCA5) is known color: Reef. HEX triplet: D6, FC and A5. RGB value is (214,252,165). Sum of RGB (Red+Green+Blue) = 214+252+165=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FCA5 is #29035A. Grayscale: #E7E7E7. Windows color (decimal): -2687835 or 10878166. OLE color: 10878166.

HSL color Cylindrical-coordinate representation of color #D6FCA5: hue angle of 86.21º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6FCA5 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 165 -
CMYK 0.15 0 0.35 0.01
HSL 86.21º 0.94% 0.82% -
HSV(B) 86.21º 0.35% 0.99% -
XYZ 69.33 86.63 48.67 -
YUV 230.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 214 252 165 0.15 0 0.35 0.01 86.21 0.94 0.82
Hex D6 FC A5 F 0 23 1 56 5E 52
Octal 326 374 245 17 0 43 1 126 136 122
Binary 11010110 11111100 10100101 1111 0 100011 1 1010110 1011110 1010010

Color Harmonies of #D6FCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FCA5

Black with #D6FCA5

Text Example


Text Example

White with #D6FCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FCA5; }

 p { color: rgb(214,252,165); }

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

background-color css

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

 a { background-color: rgb(214,252,165); }

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

border-color css

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

 span { border-color: rgb(214,252,165); }

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