Html Css Color HEX #D5F29F Reef

📋 copy color: '#D5F29F'

red 213 ◦ green 242 ◦ blue 159

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

Shades of Reef #D5F29F

Tints of Reef #D5F29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 159 (62.5% from 255) = 25.9%

R = 34.69%
G = 39.41%
B = 25.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#D5F29F (or 0xD5F29F) is known color: Reef. HEX triplet: D5, F2 and 9F. RGB value is (213,242,159). Sum of RGB (Red+Green+Blue) = 213+242+159=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F29F is #2A0D60. Grayscale: #E0E0E0. Windows color (decimal): -2755937 or 10482389. OLE color: 10482389.

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

Color convert

RGB 213 242 159 -
CMYK 0.12 0 0.34 0.05
HSL 80.96º 0.76% 0.79% -
HSV(B) 80.96º 0.34% 0.95% -
XYZ 65.45 80.15 44.82 -
YUV 223.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 213 242 159 0.12 0 0.34 0.05 80.96 0.76 0.79
Hex D5 F2 9F C 0 22 5 51 4C 4F
Octal 325 362 237 14 0 42 5 121 114 117
Binary 11010101 11110010 10011111 1100 0 100010 101 1010001 1001100 1001111

Color Harmonies of #D5F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F29F

Black with #D5F29F

Text Example


Text Example

White with #D5F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F29F; }

 p { color: rgb(213,242,159); }

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

background-color css

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

 a { background-color: rgb(213,242,159); }

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

border-color css

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

 span { border-color: rgb(213,242,159); }

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