Html Css Color HEX #D5FCA1 Reef

📋 copy color: '#D5FCA1'

red 213 ◦ green 252 ◦ blue 161

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

Shades of Reef #D5FCA1

Tints of Reef #D5FCA1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

 BLUE value IS 161 (63.28% from 255) = 25.72%

R = 34.03%
G = 40.26%
B = 25.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#D5FCA1 (or 0xD5FCA1) is known color: Reef. HEX triplet: D5, FC and A1. RGB value is (213,252,161). Sum of RGB (Red+Green+Blue) = 213+252+161=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCA1 is #2A035E. Grayscale: #E6E6E6. Windows color (decimal): -2753375 or 10616021. OLE color: 10616021.

HSL color Cylindrical-coordinate representation of color #D5FCA1: hue angle of 85.71º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5FCA1 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 161 -
CMYK 0.15 0 0.36 0.01
HSL 85.71º 0.94% 0.81% -
HSV(B) 85.71º 0.36% 0.99% -
XYZ 68.68 86.34 46.76 -
YUV 229.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 213 252 161 0.15 0 0.36 0.01 85.71 0.94 0.81
Hex D5 FC A1 F 0 24 1 56 5E 51
Octal 325 374 241 17 0 44 1 126 136 121
Binary 11010101 11111100 10100001 1111 0 100100 1 1010110 1011110 1010001

Color Harmonies of #D5FCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCA1

Black with #D5FCA1

Text Example


Text Example

White with #D5FCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCA1; }

 p { color: rgb(213,252,161); }

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

background-color css

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

 a { background-color: rgb(213,252,161); }

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

border-color css

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

 span { border-color: rgb(213,252,161); }

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