Html Css Color HEX #D5FB91 Reef

📋 copy color: '#D5FB91'

red 213 ◦ green 251 ◦ blue 145

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

Shades of Reef #D5FB91

Tints of Reef #D5FB91

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.22%

 BLUE value IS 145 (57.03% from 255) = 23.81%

R = 34.98%
G = 41.22%
B = 23.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#D5FB91 (or 0xD5FB91) is known color: Reef. HEX triplet: D5, FB and 91. RGB value is (213,251,145). Sum of RGB (Red+Green+Blue) = 213+251+145=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FB91 is #2A046E. Grayscale: #E3E3E3. Windows color (decimal): -2753647 or 9567189. OLE color: 9567189.

HSL color Cylindrical-coordinate representation of color #D5FB91: hue angle of 81.51º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5FB91 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 145 -
CMYK 0.15 0 0.42 0.02
HSL 81.51º 0.93% 0.78% -
HSV(B) 81.51º 0.42% 0.98% -
XYZ 67.05 85.18 39.7 -
YUV 227.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 213 251 145 0.15 0 0.42 0.02 81.51 0.93 0.78
Hex D5 FB 91 F 0 2A 2 52 5D 4E
Octal 325 373 221 17 0 52 2 122 135 116
Binary 11010101 11111011 10010001 1111 0 101010 10 1010010 1011101 1001110

Color Harmonies of #D5FB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB91

Black with #D5FB91

Text Example


Text Example

White with #D5FB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB91; }

 p { color: rgb(213,251,145); }

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

background-color css

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

 a { background-color: rgb(213,251,145); }

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

border-color css

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

 span { border-color: rgb(213,251,145); }

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