Html Css Color HEX #D0FB93 Reef

📋 copy color: '#D0FB93'

red 208 ◦ green 251 ◦ blue 147

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

Shades of Reef #D0FB93

Tints of Reef #D0FB93

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.42%

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

R = 34.32%
G = 41.42%
B = 24.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#D0FB93 (or 0xD0FB93) is known color: Reef. HEX triplet: D0, FB and 93. RGB value is (208,251,147). Sum of RGB (Red+Green+Blue) = 208+251+147=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB93 is #2F046C. Grayscale: #E2E2E2. Windows color (decimal): -3081325 or 9698256. OLE color: 9698256.

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

Color convert

RGB 208 251 147 -
CMYK 0.17 0 0.41 0.02
HSL 84.81º 0.93% 0.78% -
HSV(B) 84.81º 0.41% 0.98% -
XYZ 65.78 84.51 40.45 -
YUV 226.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 208 251 147 0.17 0 0.41 0.02 84.81 0.93 0.78
Hex D0 FB 93 11 0 29 2 55 5D 4E
Octal 320 373 223 21 0 51 2 125 135 116
Binary 11010000 11111011 10010011 10001 0 101001 10 1010101 1011101 1001110

Color Harmonies of #D0FB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB93

Black with #D0FB93

Text Example


Text Example

White with #D0FB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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