Html Css Color HEX #D5F38F Reef

📋 copy color: '#D5F38F'

red 213 ◦ green 243 ◦ blue 143

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

Shades of Reef #D5F38F

Tints of Reef #D5F38F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.57%

 BLUE value IS 143 (56.25% from 255) = 23.87%

R = 35.56%
G = 40.57%
B = 23.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#D5F38F (or 0xD5F38F) is known color: Reef. HEX triplet: D5, F3 and 8F. RGB value is (213,243,143). Sum of RGB (Red+Green+Blue) = 213+243+143=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F38F is #2A0C70. Grayscale: #DFDFDF. Windows color (decimal): -2755697 or 9434069. OLE color: 9434069.

HSL color Cylindrical-coordinate representation of color #D5F38F: hue angle of 78º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5F38F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 143 -
CMYK 0.12 0 0.41 0.05
HSL 78º 0.81% 0.76% -
HSV(B) 78º 0.41% 0.95% -
XYZ 64.45 80.23 38.08 -
YUV 222.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 213 243 143 0.12 0 0.41 0.05 78 0.81 0.76
Hex D5 F3 8F C 0 29 5 4E 51 4C
Octal 325 363 217 14 0 51 5 116 121 114
Binary 11010101 11110011 10001111 1100 0 101001 101 1001110 1010001 1001100

Color Harmonies of #D5F38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F38F

Black with #D5F38F

Text Example


Text Example

White with #D5F38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F38F; }

 p { color: rgb(213,243,143); }

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

background-color css

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

 a { background-color: rgb(213,243,143); }

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

border-color css

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

 span { border-color: rgb(213,243,143); }

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