Html Css Color HEX #38BB10 Kelly Green

📋 copy color: '#38BB10'

red 56 ◦ green 187 ◦ blue 16

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

Shades of Kelly Green #38BB10

Tints of Kelly Green #38BB10

RGB

 RED value IS 56 (22.27% from 255) = 21.62%

 GREEN value IS 187 (73.44% from 255) = 72.2%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 21.62%
G = 72.2%
B = 6.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#38BB10 (or 0x38BB10) is known color: Kelly Green. HEX triplet: 38, BB and 10. RGB value is (56,187,16). Sum of RGB (Red+Green+Blue) = 56+187+16=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #38BB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BB10 is #C744EF. Grayscale: #808080. Windows color (decimal): -13059312 or 1096504. OLE color: 1096504.

HSL color Cylindrical-coordinate representation of color #38BB10: hue angle of 105.96º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38BB10 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 187 16 -
CMYK 0.70 0 0.91 0.27
HSL 105.96º 0.84% 0.4% -
HSV(B) 105.96º 0.91% 0.73% -
XYZ 19.49 36.42 6.49 -
YUV 128.34 64.6 76.4 -
System Red Green Blue C M Y K H S L
Decimal 56 187 16 0.70 0 0.91 0.27 105.96 0.84 0.4
Hex 38 BB 10 46 0 5B 1B 6A 54 28
Octal 70 273 20 106 0 133 33 152 124 50
Binary 111000 10111011 10000 1000110 0 1011011 11011 1101010 1010100 101000

Color Harmonies of #38BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BB10

Black with #38BB10

Text Example


Text Example

White with #38BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BB10; }

 p { color: rgb(56,187,16); }

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

background-color css

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

 a { background-color: rgb(56,187,16); }

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

border-color css

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

 span { border-color: rgb(56,187,16); }

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