Html Css Color HEX #0FDD31 Dark Pastel Green

📋 copy color: '#0FDD31'

red 15 ◦ green 221 ◦ blue 49

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

Shades of Dark Pastel Green #0FDD31

Tints of Dark Pastel Green #0FDD31

RGB

 RED value IS 15 (6.25% from 255) = 5.26%

 GREEN value IS 221 (86.72% from 255) = 77.54%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 5.26%
G = 77.54%
B = 17.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#0FDD31 (or 0x0FDD31) is known color: Dark Pastel Green. HEX triplet: 0F, DD and 31. RGB value is (15,221,49). Sum of RGB (Red+Green+Blue) = 15+221+49=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD31 is #F022CE. Grayscale: #8C8C8C. Windows color (decimal): -15737551 or 3267855. OLE color: 3267855.

HSL color Cylindrical-coordinate representation of color #0FDD31: hue angle of 129.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD31 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 49 -
CMYK 0.93 0 0.78 0.13
HSL 129.9º 0.87% 0.46% -
HSV(B) 129.9º 0.93% 0.87% -
XYZ 26.61 52.04 11.55 -
YUV 139.8 76.75 38.99 -
System Red Green Blue C M Y K H S L
Decimal 15 221 49 0.93 0 0.78 0.13 129.9 0.87 0.46
Hex F DD 31 5D 0 4E D 82 57 2E
Octal 17 335 61 135 0 116 15 202 127 56
Binary 1111 11011101 110001 1011101 0 1001110 1101 10000010 1010111 101110

Color Harmonies of #0FDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD31

Black with #0FDD31

Text Example


Text Example

White with #0FDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FDD31; }

 p { color: rgb(15,221,49); }

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

background-color css

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

 a { background-color: rgb(15,221,49); }

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

border-color css

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

 span { border-color: rgb(15,221,49); }

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