Html Css Color HEX #D0F492 Reef

📋 copy color: '#D0F492'

red 208 ◦ green 244 ◦ blue 146

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

Shades of Reef #D0F492

Tints of Reef #D0F492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.41%

R = 34.78%
G = 40.8%
B = 24.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#D0F492 (or 0xD0F492) is known color: Reef. HEX triplet: D0, F4 and 92. RGB value is (208,244,146). Sum of RGB (Red+Green+Blue) = 208+244+146=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F492 is #2F0B6D. Grayscale: #DEDEDE. Windows color (decimal): -3083118 or 9630928. OLE color: 9630928.

HSL color Cylindrical-coordinate representation of color #D0F492: hue angle of 82.04º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0F492 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 146 -
CMYK 0.15 0 0.40 0.04
HSL 82.04º 0.82% 0.76% -
HSV(B) 82.04º 0.4% 0.96% -
XYZ 63.55 80.19 39.32 -
YUV 222.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 208 244 146 0.15 0 0.40 0.04 82.04 0.82 0.76
Hex D0 F4 92 F 0 28 4 52 52 4C
Octal 320 364 222 17 0 50 4 122 122 114
Binary 11010000 11110100 10010010 1111 0 101000 100 1010010 1010010 1001100

Color Harmonies of #D0F492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F492

Black with #D0F492

Text Example


Text Example

White with #D0F492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F492; }

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

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

background-color css

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

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

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

border-color css

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

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

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