Html Css Color HEX #D2F6A5 Reef

📋 copy color: '#D2F6A5'

red 210 ◦ green 246 ◦ blue 165

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

Shades of Reef #D2F6A5

Tints of Reef #D2F6A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 33.82%
G = 39.61%
B = 26.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#D2F6A5 (or 0xD2F6A5) is known color: Reef. HEX triplet: D2, F6 and A5. RGB value is (210,246,165). Sum of RGB (Red+Green+Blue) = 210+246+165=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F6A5 is #2D095A. Grayscale: #E2E2E2. Windows color (decimal): -2951515 or 10876626. OLE color: 10876626.

HSL color Cylindrical-coordinate representation of color #D2F6A5: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2F6A5 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 246 165 -
CMYK 0.15 0 0.33 0.04
HSL 86.67º 0.82% 0.81% -
HSV(B) 86.67º 0.33% 0.96% -
XYZ 66.33 82.33 47.99 -
YUV 226 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 210 246 165 0.15 0 0.33 0.04 86.67 0.82 0.81
Hex D2 F6 A5 F 0 21 4 57 52 51
Octal 322 366 245 17 0 41 4 127 122 121
Binary 11010010 11110110 10100101 1111 0 100001 100 1010111 1010010 1010001

Color Harmonies of #D2F6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F6A5

Black with #D2F6A5

Text Example


Text Example

White with #D2F6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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