Html Css Color HEX #D6F993 Reef

📋 copy color: '#D6F993'

red 214 ◦ green 249 ◦ blue 147

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

Shades of Reef #D6F993

Tints of Reef #D6F993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

 BLUE value IS 147 (57.81% from 255) = 24.1%

R = 35.08%
G = 40.82%
B = 24.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#D6F993 (or 0xD6F993) is known color: Reef. HEX triplet: D6, F9 and 93. RGB value is (214,249,147). Sum of RGB (Red+Green+Blue) = 214+249+147=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F993 is #29066C. Grayscale: #E3E3E3. Windows color (decimal): -2688621 or 9697750. OLE color: 9697750.

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

Color convert

RGB 214 249 147 -
CMYK 0.14 0 0.41 0.02
HSL 80.59º 0.89% 0.78% -
HSV(B) 80.59º 0.41% 0.98% -
XYZ 66.87 84.15 40.32 -
YUV 226.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 214 249 147 0.14 0 0.41 0.02 80.59 0.89 0.78
Hex D6 F9 93 E 0 29 2 51 59 4E
Octal 326 371 223 16 0 51 2 121 131 116
Binary 11010110 11111001 10010011 1110 0 101001 10 1010001 1011001 1001110

Color Harmonies of #D6F993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F993

Black with #D6F993

Text Example


Text Example

White with #D6F993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F993; }

 p { color: rgb(214,249,147); }

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

background-color css

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

 a { background-color: rgb(214,249,147); }

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

border-color css

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

 span { border-color: rgb(214,249,147); }

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