Html Css Color HEX #D5FA8C Reef

📋 copy color: '#D5FA8C'

red 213 ◦ green 250 ◦ blue 140

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

Shades of Reef #D5FA8C

Tints of Reef #D5FA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.46%

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

R = 35.32%
G = 41.46%
B = 23.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#D5FA8C (or 0xD5FA8C) is known color: Reef. HEX triplet: D5, FA and 8C. RGB value is (213,250,140). Sum of RGB (Red+Green+Blue) = 213+250+140=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA8C is #2A0573. Grayscale: #E2E2E2. Windows color (decimal): -2753908 or 9239253. OLE color: 9239253.

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

Color convert

RGB 213 250 140 -
CMYK 0.15 0 0.44 0.02
HSL 80.18º 0.92% 0.76% -
HSV(B) 80.18º 0.44% 0.98% -
XYZ 66.36 84.41 37.61 -
YUV 226.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 213 250 140 0.15 0 0.44 0.02 80.18 0.92 0.76
Hex D5 FA 8C F 0 2C 2 50 5C 4C
Octal 325 372 214 17 0 54 2 120 134 114
Binary 11010101 11111010 10001100 1111 0 101100 10 1010000 1011100 1001100

Color Harmonies of #D5FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA8C

Black with #D5FA8C

Text Example


Text Example

White with #D5FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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