Html Css Color HEX #D0FE93 Reef

📋 copy color: '#D0FE93'

red 208 ◦ green 254 ◦ blue 147

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

Shades of Reef #D0FE93

Tints of Reef #D0FE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.14%

R = 34.15%
G = 41.71%
B = 24.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#D0FE93 (or 0xD0FE93) is known color: Reef. HEX triplet: D0, FE and 93. RGB value is (208,254,147). Sum of RGB (Red+Green+Blue) = 208+254+147=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE93 is #2F016C. Grayscale: #E4E4E4. Windows color (decimal): -3080557 or 9699024. OLE color: 9699024.

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

Color convert

RGB 208 254 147 -
CMYK 0.18 0 0.42 0.00
HSL 85.79º 0.98% 0.79% -
HSV(B) 85.79º 0.42% 1% -
XYZ 66.72 86.4 40.76 -
YUV 228.05 82.26 113.7 -
System Red Green Blue C M Y K H S L
Decimal 208 254 147 0.18 0 0.42 0.00 85.79 0.98 0.79
Hex D0 FE 93 12 0 2A 0 56 62 4F
Octal 320 376 223 22 0 52 0 126 142 117
Binary 11010000 11111110 10010011 10010 0 101010 0 1010110 1100010 1001111

Color Harmonies of #D0FE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE93

Black with #D0FE93

Text Example


Text Example

White with #D0FE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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