Html Css Color HEX #D2F993 Reef

📋 copy color: '#D2F993'

red 210 ◦ green 249 ◦ blue 147

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

Shades of Reef #D2F993

Tints of Reef #D2F993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.09%

 BLUE value IS 147 (57.81% from 255) = 24.26%

R = 34.65%
G = 41.09%
B = 24.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#D2F993 (or 0xD2F993) is known color: Reef. HEX triplet: D2, F9 and 93. RGB value is (210,249,147). Sum of RGB (Red+Green+Blue) = 210+249+147=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F993 is #2D066C. Grayscale: #E2E2E2. Windows color (decimal): -2950765 or 9697746. OLE color: 9697746.

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

Color convert

RGB 210 249 147 -
CMYK 0.16 0 0.41 0.02
HSL 82.94º 0.89% 0.78% -
HSV(B) 82.94º 0.41% 0.98% -
XYZ 65.72 83.56 40.27 -
YUV 225.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 210 249 147 0.16 0 0.41 0.02 82.94 0.89 0.78
Hex D2 F9 93 10 0 29 2 53 59 4E
Octal 322 371 223 20 0 51 2 123 131 116
Binary 11010010 11111001 10010011 10000 0 101001 10 1010011 1011001 1001110

Color Harmonies of #D2F993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F993

Black with #D2F993

Text Example


Text Example

White with #D2F993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F993; }

 p { color: rgb(210,249,147); }

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

background-color css

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

 a { background-color: rgb(210,249,147); }

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

border-color css

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

 span { border-color: rgb(210,249,147); }

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