Html Css Color HEX #D5F7A2 Reef

📋 copy color: '#D5F7A2'

red 213 ◦ green 247 ◦ blue 162

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

Shades of Reef #D5F7A2

Tints of Reef #D5F7A2

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

 GREEN value IS 247 (96.88% from 255) = 39.71%

 BLUE value IS 162 (63.67% from 255) = 26.05%

R = 34.24%
G = 39.71%
B = 26.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#D5F7A2 (or 0xD5F7A2) is known color: Reef. HEX triplet: D5, F7 and A2. RGB value is (213,247,162). Sum of RGB (Red+Green+Blue) = 213+247+162=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F7A2 is #2A085D. Grayscale: #E3E3E3. Windows color (decimal): -2754654 or 10680277. OLE color: 10680277.

HSL color Cylindrical-coordinate representation of color #D5F7A2: hue angle of 84º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5F7A2 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 247 162 -
CMYK 0.14 0 0.34 0.03
HSL 84º 0.84% 0.8% -
HSV(B) 84º 0.34% 0.97% -
XYZ 67.22 83.28 46.71 -
YUV 227.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 213 247 162 0.14 0 0.34 0.03 84 0.84 0.8
Hex D5 F7 A2 E 0 22 3 54 54 50
Octal 325 367 242 16 0 42 3 124 124 120
Binary 11010101 11110111 10100010 1110 0 100010 11 1010100 1010100 1010000

Color Harmonies of #D5F7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F7A2

Black with #D5F7A2

Text Example


Text Example

White with #D5F7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F7A2; }

 p { color: rgb(213,247,162); }

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

background-color css

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

 a { background-color: rgb(213,247,162); }

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

border-color css

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

 span { border-color: rgb(213,247,162); }

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