Html Css Color HEX #38BC0C Kelly Green

📋 copy color: '#38BC0C'

red 56 ◦ green 188 ◦ blue 12

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

Shades of Kelly Green #38BC0C

Tints of Kelly Green #38BC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 73.44%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 21.88%
G = 73.44%
B = 4.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#38BC0C (or 0x38BC0C) is known color: Kelly Green. HEX triplet: 38, BC and 0C. RGB value is (56,188,12). Sum of RGB (Red+Green+Blue) = 56+188+12=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC0C is #C743F3. Grayscale: #818181. Windows color (decimal): -13059060 or 834616. OLE color: 834616.

HSL color Cylindrical-coordinate representation of color #38BC0C: hue angle of 105º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38BC0C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 12 -
CMYK 0.70 0 0.94 0.26
HSL 105º 0.88% 0.39% -
HSV(B) 105º 0.94% 0.74% -
XYZ 19.68 36.83 6.42 -
YUV 128.47 62.27 76.31 -
System Red Green Blue C M Y K H S L
Decimal 56 188 12 0.70 0 0.94 0.26 105 0.88 0.39
Hex 38 BC C 46 0 5E 1A 69 58 27
Octal 70 274 14 106 0 136 32 151 130 47
Binary 111000 10111100 1100 1000110 0 1011110 11010 1101001 1011000 100111

Color Harmonies of #38BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC0C

Black with #38BC0C

Text Example


Text Example

White with #38BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,12); }

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

background-color css

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

 a { background-color: rgb(56,188,12); }

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

border-color css

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

 span { border-color: rgb(56,188,12); }

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