Html Css Color HEX #D5F9AF Reef

📋 copy color: '#D5F9AF'

red 213 ◦ green 249 ◦ blue 175

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

Shades of Reef #D5F9AF

Tints of Reef #D5F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.09%

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

R = 33.44%
G = 39.09%
B = 27.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#D5F9AF (or 0xD5F9AF) is known color: Reef. HEX triplet: D5, F9 and AF. RGB value is (213,249,175). Sum of RGB (Red+Green+Blue) = 213+249+175=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AF is #2A0650. Grayscale: #E6E6E6. Windows color (decimal): -2754129 or 11532757. OLE color: 11532757.

HSL color Cylindrical-coordinate representation of color #D5F9AF: hue angle of 89.19º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5F9AF is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 175 -
CMYK 0.14 0 0.30 0.02
HSL 89.19º 0.86% 0.83% -
HSV(B) 89.19º 0.3% 0.98% -
XYZ 69.05 84.99 53.32 -
YUV 229.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 213 249 175 0.14 0 0.30 0.02 89.19 0.86 0.83
Hex D5 F9 AF E 0 1E 2 59 56 53
Octal 325 371 257 16 0 36 2 131 126 123
Binary 11010101 11111001 10101111 1110 0 11110 10 1011001 1010110 1010011

Color Harmonies of #D5F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F9AF

Black with #D5F9AF

Text Example


Text Example

White with #D5F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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