Html Css Color HEX #D5FE8C Reef

📋 copy color: '#D5FE8C'

red 213 ◦ green 254 ◦ blue 140

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

Shades of Reef #D5FE8C

Tints of Reef #D5FE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.06%

R = 35.09%
G = 41.85%
B = 23.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#D5FE8C (or 0xD5FE8C) is known color: Reef. HEX triplet: D5, FE and 8C. RGB value is (213,254,140). Sum of RGB (Red+Green+Blue) = 213+254+140=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE8C is #2A0173. Grayscale: #E5E5E5. Windows color (decimal): -2752884 or 9240277. OLE color: 9240277.

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

Color convert

RGB 213 254 140 -
CMYK 0.16 0 0.45 0.00
HSL 81.58º 0.98% 0.77% -
HSV(B) 81.58º 0.45% 1% -
XYZ 67.62 86.92 38.03 -
YUV 228.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 213 254 140 0.16 0 0.45 0.00 81.58 0.98 0.77
Hex D5 FE 8C 10 0 2D 0 52 62 4D
Octal 325 376 214 20 0 55 0 122 142 115
Binary 11010101 11111110 10001100 10000 0 101101 0 1010010 1100010 1001101

Color Harmonies of #D5FE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FE8C

Black with #D5FE8C

Text Example


Text Example

White with #D5FE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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