Html Css Color HEX #D2F693 Reef

📋 copy color: '#D2F693'

red 210 ◦ green 246 ◦ blue 147

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

Shades of Reef #D2F693

Tints of Reef #D2F693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.8%

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

R = 34.83%
G = 40.8%
B = 24.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#D2F693 (or 0xD2F693) is known color: Reef. HEX triplet: D2, F6 and 93. RGB value is (210,246,147). Sum of RGB (Red+Green+Blue) = 210+246+147=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F693 is #2D096C. Grayscale: #E0E0E0. Windows color (decimal): -2951533 or 9696978. OLE color: 9696978.

HSL color Cylindrical-coordinate representation of color #D2F693: hue angle of 81.82º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F693 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 246 147 -
CMYK 0.15 0 0.40 0.04
HSL 81.82º 0.85% 0.77% -
HSV(B) 81.82º 0.4% 0.96% -
XYZ 64.8 81.72 39.96 -
YUV 223.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 210 246 147 0.15 0 0.40 0.04 81.82 0.85 0.77
Hex D2 F6 93 F 0 28 4 52 55 4D
Octal 322 366 223 17 0 50 4 122 125 115
Binary 11010010 11110110 10010011 1111 0 101000 100 1010010 1010101 1001101

Color Harmonies of #D2F693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F693

Black with #D2F693

Text Example


Text Example

White with #D2F693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F693; }

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

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

background-color css

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

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

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

border-color css

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

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

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