Html Css Color HEX #D0F495 Reef

📋 copy color: '#D0F495'

red 208 ◦ green 244 ◦ blue 149

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

Shades of Reef #D0F495

Tints of Reef #D0F495

RGB

 RED value IS 208 (81.64% from 255) = 34.61%

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

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

R = 34.61%
G = 40.6%
B = 24.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#D0F495 (or 0xD0F495) is known color: Reef. HEX triplet: D0, F4 and 95. RGB value is (208,244,149). Sum of RGB (Red+Green+Blue) = 208+244+149=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F495 is #2F0B6A. Grayscale: #DEDEDE. Windows color (decimal): -3083115 or 9827536. OLE color: 9827536.

HSL color Cylindrical-coordinate representation of color #D0F495: hue angle of 82.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0F495 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 149 -
CMYK 0.15 0 0.39 0.04
HSL 82.74º 0.81% 0.77% -
HSV(B) 82.74º 0.39% 0.96% -
XYZ 63.79 80.28 40.57 -
YUV 222.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 208 244 149 0.15 0 0.39 0.04 82.74 0.81 0.77
Hex D0 F4 95 F 0 27 4 53 51 4D
Octal 320 364 225 17 0 47 4 123 121 115
Binary 11010000 11110100 10010101 1111 0 100111 100 1010011 1010001 1001101

Color Harmonies of #D0F495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F495

Black with #D0F495

Text Example


Text Example

White with #D0F495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F495; }

 p { color: rgb(208,244,149); }

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

background-color css

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

 a { background-color: rgb(208,244,149); }

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

border-color css

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

 span { border-color: rgb(208,244,149); }

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