Html Css Color HEX #D0FA90 Reef

📋 copy color: '#D0FA90'

red 208 ◦ green 250 ◦ blue 144

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

Shades of Reef #D0FA90

Tints of Reef #D0FA90

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 144 (56.64% from 255) = 23.92%

R = 34.55%
G = 41.53%
B = 23.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#D0FA90 (or 0xD0FA90) is known color: Reef. HEX triplet: D0, FA and 90. RGB value is (208,250,144). Sum of RGB (Red+Green+Blue) = 208+250+144=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA90 is #2F056F. Grayscale: #E1E1E1. Windows color (decimal): -3081584 or 9501392. OLE color: 9501392.

HSL color Cylindrical-coordinate representation of color #D0FA90: hue angle of 83.77º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0FA90 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 144 -
CMYK 0.17 0 0.42 0.02
HSL 83.77º 0.91% 0.77% -
HSV(B) 83.77º 0.42% 0.98% -
XYZ 65.23 83.79 39.12 -
YUV 225.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 208 250 144 0.17 0 0.42 0.02 83.77 0.91 0.77
Hex D0 FA 90 11 0 2A 2 54 5B 4D
Octal 320 372 220 21 0 52 2 124 133 115
Binary 11010000 11111010 10010000 10001 0 101010 10 1010100 1011011 1001101

Color Harmonies of #D0FA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA90

Black with #D0FA90

Text Example


Text Example

White with #D0FA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA90; }

 p { color: rgb(208,250,144); }

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

background-color css

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

 a { background-color: rgb(208,250,144); }

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

border-color css

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

 span { border-color: rgb(208,250,144); }

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