Html Css Color HEX #D6F18C Reef

📋 copy color: '#D6F18C'

red 214 ◦ green 241 ◦ blue 140

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

Shades of Reef #D6F18C

Tints of Reef #D6F18C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 35.97%
G = 40.5%
B = 23.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#D6F18C (or 0xD6F18C) is known color: Reef. HEX triplet: D6, F1 and 8C. RGB value is (214,241,140). Sum of RGB (Red+Green+Blue) = 214+241+140=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F18C is #290E73. Grayscale: #DDDDDD. Windows color (decimal): -2690676 or 9236950. OLE color: 9236950.

HSL color Cylindrical-coordinate representation of color #D6F18C: hue angle of 76.04º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6F18C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 140 -
CMYK 0.11 0 0.42 0.05
HSL 76.04º 0.78% 0.75% -
HSV(B) 76.04º 0.42% 0.95% -
XYZ 63.92 79.1 36.71 -
YUV 221.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 214 241 140 0.11 0 0.42 0.05 76.04 0.78 0.75
Hex D6 F1 8C B 0 2A 5 4C 4E 4B
Octal 326 361 214 13 0 52 5 114 116 113
Binary 11010110 11110001 10001100 1011 0 101010 101 1001100 1001110 1001011

Color Harmonies of #D6F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F18C

Black with #D6F18C

Text Example


Text Example

White with #D6F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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