Html Css Color HEX #D5FDAF Reef

📋 copy color: '#D5FDAF'

red 213 ◦ green 253 ◦ blue 175

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

Shades of Reef #D5FDAF

Tints of Reef #D5FDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.3%

R = 33.23%
G = 39.47%
B = 27.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#D5FDAF (or 0xD5FDAF) is known color: Reef. HEX triplet: D5, FD and AF. RGB value is (213,253,175). Sum of RGB (Red+Green+Blue) = 213+253+175=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAF is #2A0250. Grayscale: #E8E8E8. Windows color (decimal): -2753105 or 11533781. OLE color: 11533781.

HSL color Cylindrical-coordinate representation of color #D5FDAF: hue angle of 90.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5FDAF is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 253 175 -
CMYK 0.16 0 0.31 0.01
HSL 90.77º 0.95% 0.84% -
HSV(B) 90.77º 0.31% 0.99% -
XYZ 70.3 87.49 53.74 -
YUV 232.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 213 253 175 0.16 0 0.31 0.01 90.77 0.95 0.84
Hex D5 FD AF 10 0 1F 1 5B 5F 54
Octal 325 375 257 20 0 37 1 133 137 124
Binary 11010101 11111101 10101111 10000 0 11111 1 1011011 1011111 1010100

Color Harmonies of #D5FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDAF

Black with #D5FDAF

Text Example


Text Example

White with #D5FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDAF; }

 p { color: rgb(213,253,175); }

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

background-color css

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

 a { background-color: rgb(213,253,175); }

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

border-color css

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

 span { border-color: rgb(213,253,175); }

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