Html Css Color HEX #D2FA8C Reef

📋 copy color: '#D2FA8C'

red 210 ◦ green 250 ◦ blue 140

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

Shades of Reef #D2FA8C

Tints of Reef #D2FA8C

RGB

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

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

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

R = 35%
G = 41.67%
B = 23.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#D2FA8C (or 0xD2FA8C) is known color: Reef. HEX triplet: D2, FA and 8C. RGB value is (210,250,140). Sum of RGB (Red+Green+Blue) = 210+250+140=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA8C is #2D0573. Grayscale: #E1E1E1. Windows color (decimal): -2950516 or 9239250. OLE color: 9239250.

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

Color convert

RGB 210 250 140 -
CMYK 0.16 0 0.44 0.02
HSL 81.82º 0.92% 0.76% -
HSV(B) 81.82º 0.44% 0.98% -
XYZ 65.5 83.97 37.57 -
YUV 225.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 210 250 140 0.16 0 0.44 0.02 81.82 0.92 0.76
Hex D2 FA 8C 10 0 2C 2 52 5C 4C
Octal 322 372 214 20 0 54 2 122 134 114
Binary 11010010 11111010 10001100 10000 0 101100 10 1010010 1011100 1001100

Color Harmonies of #D2FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA8C

Black with #D2FA8C

Text Example


Text Example

White with #D2FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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