#30DB08

Color #30DB08 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #30DB08

Tints of Harlequin #30DB08

Color information

#30DB08 (or 0x30DB08) is unknown color: approx Harlequin. HEX triplet: 30, DB and 08. RGB value is (48,219,8). Sum of RGB (Red+Green+Blue) = 48+219+8=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 219 (85.94% from 255 or 79.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 219 - color contains mainly: green. Hex color #30DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DB08 is #CF24F7. Grayscale: #909090. Windows color (decimal): -13575416 or 580400. OLE color: 580400.

HSL color Cylindrical-coordinate representation of color #30DB08: hue angle of 108.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30DB08 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB482198-
CMYK0.7800.960.14
HSL108.63º92.95%44.51%-
HSV(B)108.63º96.35%85.88%-
XYZ26.5951.318.73-
YUV143.8251.3559.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 219 (85.94% from 255) = 79.64%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=17.45%
G=79.64%
B=2.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4821980.7800.960.14108.6392.9544.51
Hex30DB84E060E6d5d2d
Octal603331011601401615513555
Binary110000110110111000100111001100000111011011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30DB08; }

 p { color: rgb(48,219,8); }

 H1.HeaderClassName
 {
   color: #30DB08;
 }
 .AnyTagClassName
 {
   color: #30DB08;
 }
</style>
background-color css

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

 a { background-color: rgb(48,219,8); }

 div.DivClassName
 {
   background-color: #30DB08;
 }
 .BgClassName
 {
   background-color: #30DB08;
 }
</style>
border-color css

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

 span { border-color: rgb(48,219,8); }

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