Html Css Color HEX #D6FB8A Reef

📋 copy color: '#D6FB8A'

red 214 ◦ green 251 ◦ blue 138

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

Shades of Reef #D6FB8A

Tints of Reef #D6FB8A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.63%

 BLUE value IS 138 (54.3% from 255) = 22.89%

R = 35.49%
G = 41.63%
B = 22.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#D6FB8A (or 0xD6FB8A) is known color: Reef. HEX triplet: D6, FB and 8A. RGB value is (214,251,138). Sum of RGB (Red+Green+Blue) = 214+251+138=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB8A is #290475. Grayscale: #E3E3E3. Windows color (decimal): -2688118 or 9108438. OLE color: 9108438.

HSL color Cylindrical-coordinate representation of color #D6FB8A: hue angle of 79.65º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6FB8A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 138 -
CMYK 0.15 0 0.45 0.02
HSL 79.65º 0.93% 0.76% -
HSV(B) 79.65º 0.45% 0.98% -
XYZ 66.82 85.13 36.95 -
YUV 227.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 214 251 138 0.15 0 0.45 0.02 79.65 0.93 0.76
Hex D6 FB 8A F 0 2D 2 50 5D 4C
Octal 326 373 212 17 0 55 2 120 135 114
Binary 11010110 11111011 10001010 1111 0 101101 10 1010000 1011101 1001100

Color Harmonies of #D6FB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB8A

Black with #D6FB8A

Text Example


Text Example

White with #D6FB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB8A; }

 p { color: rgb(214,251,138); }

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

background-color css

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

 a { background-color: rgb(214,251,138); }

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

border-color css

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

 span { border-color: rgb(214,251,138); }

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