Html Css Color HEX #D5FE8E Reef

📋 copy color: '#D5FE8E'

red 213 ◦ green 254 ◦ blue 142

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

Shades of Reef #D5FE8E

Tints of Reef #D5FE8E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.71%

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 34.98%
G = 41.71%
B = 23.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#D5FE8E (or 0xD5FE8E) is known color: Reef. HEX triplet: D5, FE and 8E. RGB value is (213,254,142). Sum of RGB (Red+Green+Blue) = 213+254+142=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE8E is #2A0171. Grayscale: #E5E5E5. Windows color (decimal): -2752882 or 9371349. OLE color: 9371349.

HSL color Cylindrical-coordinate representation of color #D5FE8E: hue angle of 81.96º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FE8E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 254 142 -
CMYK 0.16 0 0.44 0.00
HSL 81.96º 0.98% 0.78% -
HSV(B) 81.96º 0.44% 1% -
XYZ 67.76 86.98 38.81 -
YUV 228.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 213 254 142 0.16 0 0.44 0.00 81.96 0.98 0.78
Hex D5 FE 8E 10 0 2C 0 52 62 4E
Octal 325 376 216 20 0 54 0 122 142 116
Binary 11010101 11111110 10001110 10000 0 101100 0 1010010 1100010 1001110

Color Harmonies of #D5FE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FE8E

Black with #D5FE8E

Text Example


Text Example

White with #D5FE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FE8E; }

 p { color: rgb(213,254,142); }

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

background-color css

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

 a { background-color: rgb(213,254,142); }

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

border-color css

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

 span { border-color: rgb(213,254,142); }

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