Html Css Color HEX #D0FE90 Reef

📋 copy color: '#D0FE90'

red 208 ◦ green 254 ◦ blue 144

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

Shades of Reef #D0FE90

Tints of Reef #D0FE90

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.91%

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

R = 34.32%
G = 41.91%
B = 23.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#D0FE90 (or 0xD0FE90) is known color: Reef. HEX triplet: D0, FE and 90. RGB value is (208,254,144). Sum of RGB (Red+Green+Blue) = 208+254+144=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE90 is #2F016F. Grayscale: #E4E4E4. Windows color (decimal): -3080560 or 9502416. OLE color: 9502416.

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

Color convert

RGB 208 254 144 -
CMYK 0.18 0 0.43 0.00
HSL 85.09º 0.98% 0.78% -
HSV(B) 85.09º 0.43% 1% -
XYZ 66.49 86.31 39.54 -
YUV 227.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 208 254 144 0.18 0 0.43 0.00 85.09 0.98 0.78
Hex D0 FE 90 12 0 2B 0 55 62 4E
Octal 320 376 220 22 0 53 0 125 142 116
Binary 11010000 11111110 10010000 10010 0 101011 0 1010101 1100010 1001110

Color Harmonies of #D0FE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE90

Black with #D0FE90

Text Example


Text Example

White with #D0FE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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