Html Css Color HEX #D5F195 Reef

📋 copy color: '#D5F195'

red 213 ◦ green 241 ◦ blue 149

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

Shades of Reef #D5F195

Tints of Reef #D5F195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.97%

 BLUE value IS 149 (58.59% from 255) = 24.71%

R = 35.32%
G = 39.97%
B = 24.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#D5F195 (or 0xD5F195) is known color: Reef. HEX triplet: D5, F1 and 95. RGB value is (213,241,149). Sum of RGB (Red+Green+Blue) = 213+241+149=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F195 is #2A0E6A. Grayscale: #DEDEDE. Windows color (decimal): -2756203 or 9826773. OLE color: 9826773.

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

Color convert

RGB 213 241 149 -
CMYK 0.12 0 0.38 0.05
HSL 78.26º 0.77% 0.76% -
HSV(B) 78.26º 0.38% 0.95% -
XYZ 64.32 79.23 40.34 -
YUV 222.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 213 241 149 0.12 0 0.38 0.05 78.26 0.77 0.76
Hex D5 F1 95 C 0 26 5 4E 4D 4C
Octal 325 361 225 14 0 46 5 116 115 114
Binary 11010101 11110001 10010101 1100 0 100110 101 1001110 1001101 1001100

Color Harmonies of #D5F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F195

Black with #D5F195

Text Example


Text Example

White with #D5F195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F195; }

 p { color: rgb(213,241,149); }

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

background-color css

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

 a { background-color: rgb(213,241,149); }

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

border-color css

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

 span { border-color: rgb(213,241,149); }

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