Html Css Color HEX #D0FF93 Reef

📋 copy color: '#D0FF93'

red 208 ◦ green 255 ◦ blue 147

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

Shades of Reef #D0FF93

Tints of Reef #D0FF93

RGB

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

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

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

R = 34.1%
G = 41.8%
B = 24.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#D0FF93 (or 0xD0FF93) is known color: Reef. HEX triplet: D0, FF and 93. RGB value is (208,255,147). Sum of RGB (Red+Green+Blue) = 208+255+147=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF93 is #2F006C. Grayscale: #E5E5E5. Windows color (decimal): -3080301 or 9699280. OLE color: 9699280.

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

Color convert

RGB 208 255 147 -
CMYK 0.18 0 0.42 0
HSL 86.11º 1% 0.79% -
HSV(B) 86.11º 0.42% 1% -
XYZ 67.04 87.04 40.87 -
YUV 228.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 208 255 147 0.18 0 0.42 0 86.11 1 0.79
Hex D0 FF 93 12 0 2A 0 56 64 4F
Octal 320 377 223 22 0 52 0 126 144 117
Binary 11010000 11111111 10010011 10010 0 101010 0 1010110 1100100 1001111

Color Harmonies of #D0FF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF93

Black with #D0FF93

Text Example


Text Example

White with #D0FF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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