Html Css Color HEX #D6FA8C Reef

📋 copy color: '#D6FA8C'

red 214 ◦ green 250 ◦ blue 140

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

Shades of Reef #D6FA8C

Tints of Reef #D6FA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 35.43%
G = 41.39%
B = 23.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#D6FA8C (or 0xD6FA8C) is known color: Reef. HEX triplet: D6, FA and 8C. RGB value is (214,250,140). Sum of RGB (Red+Green+Blue) = 214+250+140=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA8C is #290573. Grayscale: #E3E3E3. Windows color (decimal): -2688372 or 9239254. OLE color: 9239254.

HSL color Cylindrical-coordinate representation of color #D6FA8C: hue angle of 79.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6FA8C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 140 -
CMYK 0.14 0 0.44 0.02
HSL 79.64º 0.92% 0.76% -
HSV(B) 79.64º 0.44% 0.98% -
XYZ 66.65 84.56 37.62 -
YUV 226.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 214 250 140 0.14 0 0.44 0.02 79.64 0.92 0.76
Hex D6 FA 8C E 0 2C 2 50 5C 4C
Octal 326 372 214 16 0 54 2 120 134 114
Binary 11010110 11111010 10001100 1110 0 101100 10 1010000 1011100 1001100

Color Harmonies of #D6FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA8C

Black with #D6FA8C

Text Example


Text Example

White with #D6FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA8C; }

 p { color: rgb(214,250,140); }

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

background-color css

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

 a { background-color: rgb(214,250,140); }

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

border-color css

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

 span { border-color: rgb(214,250,140); }

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