Html Css Color HEX #D0FF90 Reef

📋 copy color: '#D0FF90'

red 208 ◦ green 255 ◦ blue 144

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

Shades of Reef #D0FF90

Tints of Reef #D0FF90

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

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

R = 34.27%
G = 42.01%
B = 23.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#D0FF90 (or 0xD0FF90) is known color: Reef. HEX triplet: D0, FF and 90. RGB value is (208,255,144). Sum of RGB (Red+Green+Blue) = 208+255+144=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF90 is #2F006F. Grayscale: #E4E4E4. Windows color (decimal): -3080304 or 9502672. OLE color: 9502672.

HSL color Cylindrical-coordinate representation of color #D0FF90: hue angle of 85.41º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0FF90 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 144 -
CMYK 0.18 0 0.44 0
HSL 85.41º 1% 0.78% -
HSV(B) 85.41º 0.44% 1% -
XYZ 66.81 86.94 39.65 -
YUV 228.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 208 255 144 0.18 0 0.44 0 85.41 1 0.78
Hex D0 FF 90 12 0 2C 0 55 64 4E
Octal 320 377 220 22 0 54 0 125 144 116
Binary 11010000 11111111 10010000 10010 0 101100 0 1010101 1100100 1001110

Color Harmonies of #D0FF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF90

Black with #D0FF90

Text Example


Text Example

White with #D0FF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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