Html Css Color HEX #38BC07 Kelly Green

📋 copy color: '#38BC07'

red 56 ◦ green 188 ◦ blue 7

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

Shades of Kelly Green #38BC07

Tints of Kelly Green #38BC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 22.31%
G = 74.9%
B = 2.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#38BC07 (or 0x38BC07) is known color: Kelly Green. HEX triplet: 38, BC and 07. RGB value is (56,188,7). Sum of RGB (Red+Green+Blue) = 56+188+7=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC07 is #C743F8. Grayscale: #808080. Windows color (decimal): -13059065 or 506936. OLE color: 506936.

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

Color convert

RGB 56 188 7 -
CMYK 0.70 0 0.96 0.26
HSL 103.76º 0.93% 0.38% -
HSV(B) 103.76º 0.96% 0.74% -
XYZ 19.65 36.82 6.27 -
YUV 127.9 59.77 76.72 -
System Red Green Blue C M Y K H S L
Decimal 56 188 7 0.70 0 0.96 0.26 103.76 0.93 0.38
Hex 38 BC 7 46 0 60 1A 68 5D 26
Octal 70 274 7 106 0 140 32 150 135 46
Binary 111000 10111100 111 1000110 0 1100000 11010 1101000 1011101 100110

Color Harmonies of #38BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC07

Black with #38BC07

Text Example


Text Example

White with #38BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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