Html Css Color HEX #D2FD96 Reef

📋 copy color: '#D2FD96'

red 210 ◦ green 253 ◦ blue 150

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

Shades of Reef #D2FD96

Tints of Reef #D2FD96

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 150 (58.98% from 255) = 24.47%

R = 34.26%
G = 41.27%
B = 24.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#D2FD96 (or 0xD2FD96) is known color: Reef. HEX triplet: D2, FD and 96. RGB value is (210,253,150). Sum of RGB (Red+Green+Blue) = 210+253+150=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FD96 is #2D0269. Grayscale: #E4E4E4. Windows color (decimal): -2949738 or 9895378. OLE color: 9895378.

HSL color Cylindrical-coordinate representation of color #D2FD96: hue angle of 85.05º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2FD96 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 150 -
CMYK 0.17 0 0.41 0.01
HSL 85.05º 0.96% 0.79% -
HSV(B) 85.05º 0.41% 0.99% -
XYZ 67.21 86.15 41.94 -
YUV 228.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 210 253 150 0.17 0 0.41 0.01 85.05 0.96 0.79
Hex D2 FD 96 11 0 29 1 55 60 4F
Octal 322 375 226 21 0 51 1 125 140 117
Binary 11010010 11111101 10010110 10001 0 101001 1 1010101 1100000 1001111

Color Harmonies of #D2FD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD96

Black with #D2FD96

Text Example


Text Example

White with #D2FD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD96; }

 p { color: rgb(210,253,150); }

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

background-color css

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

 a { background-color: rgb(210,253,150); }

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

border-color css

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

 span { border-color: rgb(210,253,150); }

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