Html Css Color HEX #38BC06 Kelly Green

📋 copy color: '#38BC06'

red 56 ◦ green 188 ◦ blue 6

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

Shades of Kelly Green #38BC06

Tints of Kelly Green #38BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 22.4%
G = 75.2%
B = 2.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#38BC06 (or 0x38BC06) is known color: Kelly Green. HEX triplet: 38, BC and 06. RGB value is (56,188,6). Sum of RGB (Red+Green+Blue) = 56+188+6=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC06 is #C743F9. Grayscale: #808080. Windows color (decimal): -13059066 or 441400. OLE color: 441400.

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

Color convert

RGB 56 188 6 -
CMYK 0.70 0 0.97 0.26
HSL 103.52º 0.94% 0.38% -
HSV(B) 103.52º 0.97% 0.74% -
XYZ 19.65 36.82 6.24 -
YUV 127.78 59.27 76.8 -
System Red Green Blue C M Y K H S L
Decimal 56 188 6 0.70 0 0.97 0.26 103.52 0.94 0.38
Hex 38 BC 6 46 0 61 1A 68 5E 26
Octal 70 274 6 106 0 141 32 150 136 46
Binary 111000 10111100 110 1000110 0 1100001 11010 1101000 1011110 100110

Color Harmonies of #38BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC06

Black with #38BC06

Text Example


Text Example

White with #38BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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