Html Css Color HEX #D6F38D Reef

📋 copy color: '#D6F38D'

red 214 ◦ green 243 ◦ blue 141

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

Shades of Reef #D6F38D

Tints of Reef #D6F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.64%

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 35.79%
G = 40.64%
B = 23.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#D6F38D (or 0xD6F38D) is known color: Reef. HEX triplet: D6, F3 and 8D. RGB value is (214,243,141). Sum of RGB (Red+Green+Blue) = 214+243+141=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F38D is #290C72. Grayscale: #DFDFDF. Windows color (decimal): -2690163 or 9302998. OLE color: 9302998.

HSL color Cylindrical-coordinate representation of color #D6F38D: hue angle of 77.06º degrees, saturation: 0.81, 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 #D6F38D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 141 -
CMYK 0.12 0 0.42 0.05
HSL 77.06º 0.81% 0.75% -
HSV(B) 77.06º 0.42% 0.95% -
XYZ 64.59 80.32 37.3 -
YUV 222.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 214 243 141 0.12 0 0.42 0.05 77.06 0.81 0.75
Hex D6 F3 8D C 0 2A 5 4D 51 4B
Octal 326 363 215 14 0 52 5 115 121 113
Binary 11010110 11110011 10001101 1100 0 101010 101 1001101 1010001 1001011

Color Harmonies of #D6F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F38D

Black with #D6F38D

Text Example


Text Example

White with #D6F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F38D; }

 p { color: rgb(214,243,141); }

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

background-color css

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

 a { background-color: rgb(214,243,141); }

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

border-color css

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

 span { border-color: rgb(214,243,141); }

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