Html Css Color HEX #D2FA8E Reef

📋 copy color: '#D2FA8E'

red 210 ◦ green 250 ◦ blue 142

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

Shades of Reef #D2FA8E

Tints of Reef #D2FA8E

RGB

 RED value IS 210 (82.42% from 255) = 34.88%

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 142 (55.86% from 255) = 23.59%

R = 34.88%
G = 41.53%
B = 23.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#D2FA8E (or 0xD2FA8E) is known color: Reef. HEX triplet: D2, FA and 8E. RGB value is (210,250,142). Sum of RGB (Red+Green+Blue) = 210+250+142=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA8E is #2D0571. Grayscale: #E2E2E2. Windows color (decimal): -2950514 or 9370322. OLE color: 9370322.

HSL color Cylindrical-coordinate representation of color #D2FA8E: hue angle of 82.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2FA8E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 142 -
CMYK 0.16 0 0.43 0.02
HSL 82.22º 0.92% 0.77% -
HSV(B) 82.22º 0.43% 0.98% -
XYZ 65.65 84.03 38.35 -
YUV 225.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 210 250 142 0.16 0 0.43 0.02 82.22 0.92 0.77
Hex D2 FA 8E 10 0 2B 2 52 5C 4D
Octal 322 372 216 20 0 53 2 122 134 115
Binary 11010010 11111010 10001110 10000 0 101011 10 1010010 1011100 1001101

Color Harmonies of #D2FA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA8E

Black with #D2FA8E

Text Example


Text Example

White with #D2FA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA8E; }

 p { color: rgb(210,250,142); }

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

background-color css

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

 a { background-color: rgb(210,250,142); }

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

border-color css

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

 span { border-color: rgb(210,250,142); }

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