Html Css Color HEX #D6FE8C Reef

📋 copy color: '#D6FE8C'

red 214 ◦ green 254 ◦ blue 140

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

Shades of Reef #D6FE8C

Tints of Reef #D6FE8C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.78%

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

R = 35.2%
G = 41.78%
B = 23.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#D6FE8C (or 0xD6FE8C) is known color: Reef. HEX triplet: D6, FE and 8C. RGB value is (214,254,140). Sum of RGB (Red+Green+Blue) = 214+254+140=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FE8C is #290173. Grayscale: #E5E5E5. Windows color (decimal): -2687348 or 9240278. OLE color: 9240278.

HSL color Cylindrical-coordinate representation of color #D6FE8C: hue angle of 81.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6FE8C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 140 -
CMYK 0.16 0 0.45 0.00
HSL 81.05º 0.98% 0.77% -
HSV(B) 81.05º 0.45% 1% -
XYZ 67.91 87.07 38.04 -
YUV 229.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 214 254 140 0.16 0 0.45 0.00 81.05 0.98 0.77
Hex D6 FE 8C 10 0 2D 0 51 62 4D
Octal 326 376 214 20 0 55 0 121 142 115
Binary 11010110 11111110 10001100 10000 0 101101 0 1010001 1100010 1001101

Color Harmonies of #D6FE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE8C

Black with #D6FE8C

Text Example


Text Example

White with #D6FE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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