Html Css Color HEX #D5F48D Reef

📋 copy color: '#D5F48D'

red 213 ◦ green 244 ◦ blue 141

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

Shades of Reef #D5F48D

Tints of Reef #D5F48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.8%

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 35.62%
G = 40.8%
B = 23.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#D5F48D (or 0xD5F48D) is known color: Reef. HEX triplet: D5, F4 and 8D. RGB value is (213,244,141). Sum of RGB (Red+Green+Blue) = 213+244+141=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F48D is #2A0B72. Grayscale: #DFDFDF. Windows color (decimal): -2755443 or 9303253. OLE color: 9303253.

HSL color Cylindrical-coordinate representation of color #D5F48D: hue angle of 78.06º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5F48D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 141 -
CMYK 0.13 0 0.42 0.04
HSL 78.06º 0.82% 0.75% -
HSV(B) 78.06º 0.42% 0.96% -
XYZ 64.6 80.77 37.38 -
YUV 222.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 213 244 141 0.13 0 0.42 0.04 78.06 0.82 0.75
Hex D5 F4 8D D 0 2A 4 4E 52 4B
Octal 325 364 215 15 0 52 4 116 122 113
Binary 11010101 11110100 10001101 1101 0 101010 100 1001110 1010010 1001011

Color Harmonies of #D5F48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F48D

Black with #D5F48D

Text Example


Text Example

White with #D5F48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F48D; }

 p { color: rgb(213,244,141); }

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

background-color css

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

 a { background-color: rgb(213,244,141); }

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

border-color css

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

 span { border-color: rgb(213,244,141); }

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