Html Css Color HEX #D6F690 Reef

📋 copy color: '#D6F690'

red 214 ◦ green 246 ◦ blue 144

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

Shades of Reef #D6F690

Tints of Reef #D6F690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.73%

 BLUE value IS 144 (56.64% from 255) = 23.84%

R = 35.43%
G = 40.73%
B = 23.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#D6F690 (or 0xD6F690) is known color: Reef. HEX triplet: D6, F6 and 90. RGB value is (214,246,144). Sum of RGB (Red+Green+Blue) = 214+246+144=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F690 is #29096F. Grayscale: #E1E1E1. Windows color (decimal): -2689392 or 9500374. OLE color: 9500374.

HSL color Cylindrical-coordinate representation of color #D6F690: hue angle of 78.82º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6F690 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 144 -
CMYK 0.13 0 0.41 0.04
HSL 78.82º 0.85% 0.76% -
HSV(B) 78.82º 0.41% 0.96% -
XYZ 65.72 82.22 38.79 -
YUV 224.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 214 246 144 0.13 0 0.41 0.04 78.82 0.85 0.76
Hex D6 F6 90 D 0 29 4 4F 55 4C
Octal 326 366 220 15 0 51 4 117 125 114
Binary 11010110 11110110 10010000 1101 0 101001 100 1001111 1010101 1001100

Color Harmonies of #D6F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F690

Black with #D6F690

Text Example


Text Example

White with #D6F690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F690; }

 p { color: rgb(214,246,144); }

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

background-color css

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

 a { background-color: rgb(214,246,144); }

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

border-color css

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

 span { border-color: rgb(214,246,144); }

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